rfc:crypt_function_salt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
rfc:crypt_function_salt [2013/08/22 11:30] – [References] yohgakirfc:crypt_function_salt [2020/04/12 15:17] (current) – Close vote girgias
Line 1: Line 1:
  
-====== PHP RFC: Your Title Here ====== +====== PHP RFC: Change crypt() behavior w/o salt ====== 
-  * Version: 0.9 +  * Version: 1.0 
-  * Date: 2013-09-22+  * Date: 2013-08-22
   * Author: Yasuo Ohgaki ( yohgaki@ohgaki.net )   * Author: Yasuo Ohgaki ( yohgaki@ohgaki.net )
-  * Status: Under Discussion+  * Status: Accepted
   * First Published at: http://wiki.php.net/rfc/crypt_function_salt   * First Published at: http://wiki.php.net/rfc/crypt_function_salt
  
Line 88: Line 88:
                 salt_in_len = strlen(salt);                 salt_in_len = strlen(salt);
 </code> </code>
 +
 +===== Vote =====
 +
 +The vote started on 24.09.2013 and ended on 01.10.2013. 
 +
 +<doodle title="Change crypt behavior when salt parameter is omitted." auth="yohgaki" voteType="single" closed="true">
 +   * Generate strong salt by default
 +   * Generate E_NOTICE error
 +   * Keep current behavior (Use weak hash)
 +</doodle>
  
  
rfc/crypt_function_salt.1377171029.txt.gz · Last modified: 2017/09/22 13:28 (external edit)