Changeset 8082 for trunk/wp-includes/class-phpass.php
- Timestamp:
- 06/14/2008 04:36:13 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-phpass.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-phpass.php
r7421 r8082 9 9 10 10 # 11 # Portable PHP password hashing framework.12 #13 # Version 0.1 / genuine.14 #15 11 # Written by Solar Designer <solar at openwall.com> in 2004-2006 and placed in 16 12 # the public domain. 17 13 # 18 14 # There's absolutely no warranty. 19 #20 # The homepage URL for this framework is:21 #22 # http://www.openwall.com/phpass/23 15 # 24 16 # Please be sure to update the Version line if you edit this file in any way. … … 33 25 # requirements (there can be none), but merely suggestions. 34 26 # 27 28 /** 29 * Portable PHP password hashing framework. 30 * 31 * @package phpass 32 * @version 0.1 / genuine 33 * @link http://www.openwall.com/phpass/ 34 * @since 2.5 35 */ 35 36 class PasswordHash { 36 37 var $itoa64;
Note: See TracChangeset
for help on using the changeset viewer.