Class SHA1Crypt
SHA-1 Crypt Module
This module provides the SHA-1 Crypt algorithm which was introduced by NetBSD in 2004.
Supported parameters:
- rounds: Optional number of rounds to use. Must be an integer between 1 and 4294967295 inclusive. Defaults to 40000.
- salt: Optional salt string. If provided, it must be a string 0 - 64 characters in length, 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.
- PHPassLib\Hash\SHA1Crypt 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/SHA1Crypt.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/SHA1Crypt.php
public static
string
|
|
public static
array
|
|
public static
string
|
|
public static
string
|
|
public static
boolean
|
|
protected static
boolean
|