Skip to content

Commit 6c7eb26

Browse files
committed
improved description
1 parent 250f90c commit 6c7eb26

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ This extension provides password hashing algorithms used by Linux distributions.
77

88
Notices: 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"

package.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)