summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-01-13 11:24:11 +0100
committerRemi Collet <remi@php.net>2026-01-13 11:24:11 +0100
commite8edf1395b25ee0dba11a00b666c06280aef440c (patch)
tree3f3bde322cddfd3bccf5be2217a0473618586ec9 /README.md
parenta7d635afb702594870559d54453ea7b5dcaa760a (diff)
add SM3 hash algos available in libxcrypt 4.5HEADv1.2.0master
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3b8b354..56f4a5d 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,8 @@ This extension provides password hashing algorithms used by Linux distributions.
* **sha512** (`$6$`) provided for legacy as used on some old distributions (ex: RHEL-8)
* **yescrypt** (`$y$`) used on modern distributions
+* **sm3crypt** (`$sm3$`)
+* **sm3yescrypt** (`$sm3y$`)
Notices: these can be fast, don't expect improved security level.
@@ -28,6 +30,8 @@ See the Linux man pages or [PHP Documentation](https://www.php.net/xpass)
* yescrypt: 0.14" with cost=6
* yescrypt: 0.30" with cost=7
* yescrypt: 0.62" with cost=8
+* sm3crypt: 0.01"
+* yessm3crypt: 0.02"
# Sources