mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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
This commit is contained in:
parent
d895a58b2a
commit
c6e10c6653
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
|||
<simpara>
|
||||
<constant>CRYPT_BLOWFISH</constant> - 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
|
||||
|
|
Loading…
Reference in a new issue