Make WordPress Core


Ignore:
Timestamp:
06/16/2008 09:08:49 PM (16 years ago)
Author:
mdawaffe
Message:

crazyhorse: merge with trunk [8072:8102]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/crazyhorse/wp-includes/class-phpass.php

    r7421 r8103  
    99
    1010#
    11 # Portable PHP password hashing framework.
    12 #
    13 # Version 0.1 / genuine.
    14 #
    1511# Written by Solar Designer <solar at openwall.com> in 2004-2006 and placed in
    1612# the public domain.
    1713#
    1814# There's absolutely no warranty.
    19 #
    20 # The homepage URL for this framework is:
    21 #
    22 #   http://www.openwall.com/phpass/
    2315#
    2416# Please be sure to update the Version line if you edit this file in any way.
     
    3325# requirements (there can be none), but merely suggestions.
    3426#
     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 */
    3536class PasswordHash {
    3637    var $itoa64;
Note: See TracChangeset for help on using the changeset viewer.