Package Information |
Summary |
Extended password extension |
Maintainers |
Remi Collet (lead)
[details]
|
License |
PHP-3.01 |
Description |
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
It also provides additional functions from libxcrypt missing in core PHP:
* crypt_preferred_method
* crypt_gensalt
* crypt_checksalt |
Homepage |
https://git.remirepo.net/cgit/tools/php-xpass.git/
|
Release notes
Version 1.0.0RC2
(beta)
|
- fix libxcrypt algorithm detection (@zeriyoshi) |