xpass: Changelog

Version Message
1.1.0 - add crypt_gensalt(?string $prefix = null, int $count = 0): ?string {}
- add crypt_preferred_method(): ?string {}
- add crypt_checksalt(string $salt): int {}
- add CRYPT_PREFIX_* and CRYPT_SALT_* constants
1.1.0RC1 - add crypt_gensalt(?string $prefix = null, int $count = 0): ?string {}
- add crypt_preferred_method(): ?string {}
- add crypt_checksalt(string $salt): int {}
- add CRYPT_PREFIX_* and CRYPT_SALT_* constants
1.0.0 - first GA release
1.0.0RC2 - fix libxcrypt algorithm detection (@zeriyoshi)
1.0.0RC1 - first release