File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ This extension provides password hashing algorithms used by Linux distributions.
77
88Notices: these can be fast, don't expect improved security level.
99
10+ It also provides additional functions from libxcrypt missing in core PHP:
11+
12+ * crypt_preferred_method: get the prefix of the preferred hash method
13+ * crypt_gensalt: encode settings for passphrase hashing
14+ * crypt_checksalt: validate a crypt setting string
15+
16+ See the Linux man pages.
17+
1018** Computation time**
1119
1220* bcrypt: 0.33"
Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ distributions, using extended crypt library (libxcrypt):
99
1010* sha512 provided for legacy as used on some old distributions
1111* yescrypt used on modern distributions
12+
13+ It also provides additional functions from libxcrypt missing in core PHP:
14+
15+ * crypt_preferred_method
16+ * crypt_gensalt
17+ * crypt_checksalt
1218</description >
1319 <lead >
1420 <name >Remi Collet</name >
You can’t perform that action at this time.
0 commit comments