Clarification on the salt format for Extended DES

via pajoye and Solar Designer.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295263 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Joey Smith 2010-02-19 20:24:23 +00:00
parent f5c36b9d90
commit 3e33a8d374

View file

@ -51,8 +51,10 @@
</listitem>
<listitem>
<simpara>
<constant>CRYPT_EXT_DES</constant> - Extended DES-based encryption with a nine character salt
starting with "_", with the remainder coming from the alphabet "/0-9A-Za-z".
<constant>CRYPT_EXT_DES</constant> - Extended DES-based encryption. The "salt" is a
9-character string consisting of an underscore followed by 4 bytes of iteration count and 4
bytes of salt. These are encoded as printable characters, 6 bits per character, least
significant character first. The values 0 to 63 are encoded as "./0-9A-Za-z".
</simpara>
</listitem>
<listitem>