xpass 1.2.0

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

It also provides additional functions from libxcrypt missing in core PHP:

* crypt_preferred_method
* crypt_gensalt
* crypt_checksalt

License: PHP-3.01

Changes

- add SM3 hash algos available in libxcrypt 4.5
- add CRYPT_PREFIX_SM3CRYPT and CRYPT_PREFIX_SM3_YESCRYPT constants
- add PASSWORD_SM3CRYPT and PASSWORD_SM3_YESCRYPT constants