xpass
pecl.php.net
Extended password extension
This extension provides password hashing algorithms used by Linux
distributions, using extended crypt library (libxcrypt):
* sha512 provided for legacy as used on some old distributions
* yescrypt used on modern distributions
Remi Collet
remi
remi@php.net
yes
2024-09-09
1.1.0dev
1.1.0
stable
stable
PHP-3.01
- add crypt_gensalt(?string $salt = null, int $count = 0): ?string {}
- add crypt_preferred_method(): ?string {}
- add crypt_checksalt(string $salt): int {}
8.0.0
1.10.0
xpass
2024-09-09
1.0.0
1.0.0
stable
stable
PHP-3.01
- first GA release
2024-09-02
1.0.0RC2
1.0.0
beta
stable
PHP-3.01
- fix libxcrypt algorithm detection (@zeriyoshi)
2024-08-28
1.0.0RC1
1.0.0
beta
stable
PHP-3.01
- first RC release