Class SHA512Crypt
SHA-512 Crypt Module
SHA-512 Crypt is derived from the same specifications as SHA-256 Crypt. The only difference in the implementation is the use of the larger SHA-512 digest.
Supported parameters:
- rounds: Optional number of rounds to use. Must be an integer between 1000 and 999999999 inclusive. Defaults to 60000.
- salt: Optional salt string. If provided, it must be a string 0 - 16 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\SHA512Crypt 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/SHA512Crypt.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/SHA512Crypt.php
public static
string
|
|
public static
array
|
|
public static
string
|
|
public static
string
|
|
public static
boolean
|
|
protected static
boolean
|