summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 13 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6b2ecb5..32be2bd 100644
--- a/README.md
+++ b/README.md
@@ -9,9 +9,9 @@ Notices: these can be fast, don't expect improved security level.
It also provides additional functions from libxcrypt missing in core PHP:
-* crypt_preferred_method: get the prefix of the preferred hash method
-* crypt_gensalt: encode settings for passphrase hashing
-* crypt_checksalt: validate a crypt setting string
+* `crypt_preferred_method`: get the prefix of the preferred hash method
+* `crypt_gensalt`: encode settings for passphrase hashing
+* `crypt_checksalt`: validate a crypt setting string
See the Linux man pages.
@@ -35,7 +35,7 @@ See the Linux man pages.
Compatible with PHP 8.0 or greater.
-You need the Extended crypt library development files (libxcrypt-devel)
+You need the Extended crypt library development files (libxcrypt-devel, libcrypt-dev)
version 4.4 or greater.
From the sources tree
@@ -45,6 +45,15 @@ From the sources tree
$ make
$ make test
+From https://pecl.php.net/ using pecl command
+
+ $ pecl install xpass
+
+From https://packagist.org/ using PHP Installer for Extensions
+
+ $ pie install remi/xpass
+
+
# Usage
## password hashing and verifying