mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
f5c36b9d90
commit
3e33a8d374
1 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue