wp/wp-includes/class-phpass.php
changeset 16 a86126ab1dd4
parent 7 cf61fcea0001
child 18 be944660c56a
equal deleted inserted replaced
15:3d4e9c994f10 16:a86126ab1dd4
     2 /**
     2 /**
     3  * Portable PHP password hashing framework.
     3  * Portable PHP password hashing framework.
     4  * @package phpass
     4  * @package phpass
     5  * @since 2.5.0
     5  * @since 2.5.0
     6  * @version 0.3 / WordPress
     6  * @version 0.3 / WordPress
     7  * @link http://www.openwall.com/phpass/
     7  * @link https://www.openwall.com/phpass/
     8  */
     8  */
     9 
     9 
    10 #
    10 #
    11 # Written by Solar Designer <solar at openwall.com> in 2004-2006 and placed in
    11 # Written by Solar Designer <solar at openwall.com> in 2004-2006 and placed in
    12 # the public domain.  Revised in subsequent years, still public domain.
    12 # the public domain.  Revised in subsequent years, still public domain.
    28 /**
    28 /**
    29  * Portable PHP password hashing framework.
    29  * Portable PHP password hashing framework.
    30  *
    30  *
    31  * @package phpass
    31  * @package phpass
    32  * @version 0.3 / WordPress
    32  * @version 0.3 / WordPress
    33  * @link http://www.openwall.com/phpass/
    33  * @link https://www.openwall.com/phpass/
    34  * @since 2.5.0
    34  * @since 2.5.0
    35  */
    35  */
    36 class PasswordHash {
    36 class PasswordHash {
    37 	var $itoa64;
    37 	var $itoa64;
    38 	var $iteration_count_log2;
    38 	var $iteration_count_log2;