diff --git a/reference/strings/functions/crypt.xml b/reference/strings/functions/crypt.xml index 54d19014fd..6e5876bcbb 100644 --- a/reference/strings/functions/crypt.xml +++ b/reference/strings/functions/crypt.xml @@ -67,7 +67,7 @@ "$2a$", a two digit cost parameter, "$", and 22 base 64 digits 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 digits set the cost parameter, where the output will be fed back - into the Blowfish cipher 2^cost times. The cost parameter must be in range 03-39, values outside + into the Blowfish cipher 2^cost times. The cost parameter must be in range 04-31, values outside this range will cause crypt() to select DES-based encryption instead, with a salt of '$2'.