We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b684e5 commit 75800f0Copy full SHA for 75800f0
README.md
@@ -13,7 +13,7 @@ It also provides additional functions from libxcrypt missing in core PHP:
13
* `crypt_gensalt`: encode settings for passphrase hashing
14
* `crypt_checksalt`: validate a crypt setting string
15
16
-See the Linux man pages.
+See the Linux man pages or [PHP Documentation](https://www.php.net/xpass)
17
18
**Computation time**
19
package.xml
@@ -15,6 +15,8 @@ It also provides additional functions from libxcrypt missing in core PHP:
* crypt_preferred_method
* crypt_gensalt
* crypt_checksalt
+
+See PHP documentation on https://www.php.net/xpass
20
</description>
21
<lead>
22
<name>Remi Collet</name>
0 commit comments