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.0.0RC2
1 month ago
Version 1.0.0RC2 change log


- fix libxcrypt algorithm detection (@zeriyoshi)

requires:

  • php >=8.0.0
  • pearinstaller >=1.10.0