| Package Information |
| Summary |
Extended password extension |
| Maintainers |
Remi Collet (lead)
[details]
|
| License |
BSD-3-Clause |
| 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
* sm3crypt
* sm3yescrypt
It also provides additional functions from libxcrypt missing in core PHP:
* crypt_preferred_method
* crypt_gensalt
* crypt_checksalt
See PHP documentation on https://www.php.net/xpass |
| Homepage |
https://git.remirepo.net/cgit/tools/php-xpass.git/
|
Release notes
Version 1.2.1
(stable)
|
- improve algo availability check - update PHP License from version 3 to version 4 (BSD-3-Clause) - add --with-xpass-dlopen to workaround conflict with MUSL library |