diff --git a/reference/strings/functions/crypt.xml b/reference/strings/functions/crypt.xml index 04c41bfc34..7871d96403 100644 --- a/reference/strings/functions/crypt.xml +++ b/reference/strings/functions/crypt.xml @@ -68,7 +68,7 @@ CRYPT_BLOWFISH - Blowfish hashing with a salt as follows: "$2a$", "$2x$" or "$2y$", a two digit cost parameter, "$", and - 22 digits from the alphabet "./0-9A-Za-z". Using characters outside of + 22 characters from the alphabet "./0-9A-Za-z". Using characters outside of this range in the salt will cause crypt() to return a zero-length string. The two digit cost parameter is the base-2 logarithm of the iteration count for the underlying Blowfish-based hashing algorithmeter and must be