__construct()
hash()
verify()
encodeBytes()
getRandomBytes()
getSalt()
$randomState
$rounds
Class to simplify dealing with bcrypt for password handling
see | |
---|---|
package | miniMVC |
subpackage | libraries |
__construct(int $rounds)
int
hash($input) : string
string
string
verify($input, $existingHash) : bool
string
string
bool
encodeBytes($input) : string
string
string
getRandomBytes($count) : string
int
string
getSalt() : string
string
$randomState : mixed
$rounds : int