Class MD5Crypt
MD5 Crypt Module
MD5 Crypt was designed to replace DES Crypt for FreeBSD. The algorithm is now considered weak by it's author, Poul-Henning Kamp. It should not be used in new applications. More information about the algorithm's deprecation can be found at http://phk.freebsd.dk/sagas/md5crypt_eol.html.
Supported parameters:
- salt: Optional salt string. If provided, it must be an 8 character string containing only characters in the regex range [./0-9A-Za-z]. It is highly recommended that this parameter be left blank, in which case the library will generate a suitable salt for you.
This module uses PHP's native crypt() function, which has had native support for MD5 Crypt since 5.3.0.
- PHPassLib\Hash\MD5Crypt implements PHPassLib\Hash
Namespace: PHPassLib\Hash
Package: PHPassLib\Hashes
Copyright: Copyright (c) 2012, Ryan Chouinard
License: License - http://www.opensource.org/licenses/mit-license.php
Author: Ryan Chouinard <rchouinard@gmail.com>
Located at src/PHPassLib/Hash/MD5Crypt.php
Package: PHPassLib\Hashes
Copyright: Copyright (c) 2012, Ryan Chouinard
License: License - http://www.opensource.org/licenses/mit-license.php
Author: Ryan Chouinard <rchouinard@gmail.com>
Located at src/PHPassLib/Hash/MD5Crypt.php
public static
string
|
|
public static
array
|
|
public static
string
|
|
public static
string
|
|
public static
boolean
|
|
protected static
boolean
|