From c6e10c66531fa175bca0479e779aee96a08c2629 Mon Sep 17 00:00:00 2001 From: Justin Martin Date: Sat, 12 Jan 2013 04:04:32 +0000 Subject: [PATCH] Clarified language of CRYPT_BLOWFISH character range admonition. Contribution by Ole Aass. Closes bug #63755. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329093 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/crypt.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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