From 6c7eb261b7537e429719dd59b392c0421eaa5ce2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 13 Sep 2024 14:54:53 +0200 Subject: improved description --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index aa0b415..2cd1e7d 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,14 @@ This extension provides password hashing algorithms used by Linux distributions. 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 + +See the Linux man pages. + **Computation time** * bcrypt: 0.33" -- cgit