PHP Extension Repository is a modern mirror of PECL website with Windows pre-build.
pecl
install xpass
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
Stars: | 6 |
Downloads: | 1 |
- 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
requires: