diff --git a/reference/strings/functions/crypt.xml b/reference/strings/functions/crypt.xml index 95edd961f8..7692b8f1cf 100644 --- a/reference/strings/functions/crypt.xml +++ b/reference/strings/functions/crypt.xml @@ -1,5 +1,5 @@ - + @@ -84,22 +84,38 @@ There is no decrypt function, since crypt uses a one-way algorithm. - + <function>crypt</function> examples +]]> + + + + Using <function>crypt</function> with htpasswd + To create a password for use with an apache htpasswd file, you'll need to + use the first two letters of the password as the salt. + + ]]>