Class DESCrypt
DES Crypt Module
The DES Crypt algorithm is the original DES-based Unix crypt algorithm. It is an old algorithm which should be avoided for new applications.
Supported parameters:
- salt: Optional salt string. If provided, it must be a 2 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 DES Crypt since 5.3.0.
- PHPassLib\Hash\DESCrypt 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/DESCrypt.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/DESCrypt.php
public static
string
|
|
public static
array
|
|
public static
string
|
|
public static
string
|
|
public static
boolean
|
|
protected static
boolean
|