xpass

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

Maintainer

  • Remi Collet (lead )

Details

Stars: 6
Downloads: 1
This extension use the libxcrypt only supported on Linux. 😢
1.1.0
13 days ago
Version 1.1.0 change log


- 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:

  • php >=8.0.0
  • pearinstaller >=1.10.0