diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | package.xml | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -13,7 +13,7 @@ It also provides additional functions from libxcrypt missing in core PHP: * `crypt_gensalt`: encode settings for passphrase hashing * `crypt_checksalt`: validate a crypt setting string -See the Linux man pages. +See the Linux man pages or [PHP Documentation](https://www.php.net/xpass) **Computation time** diff --git a/package.xml b/package.xml index 1a90f12..cd7789b 100644 --- a/package.xml +++ b/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 </description> <lead> <name>Remi Collet</name> |