BBBB()
Test()
checkDependencies()
generateStatus($status, $str)
getfile($url, $path)
install()
password_get_info(string $hash) : array
Returns an array of the information that was used to generate the password hash.
array( 'algo' => 1, 'algoName' => 'bcrypt', 'options' => array( 'cost' => 10, ), )
stringThe password hash to extract info from
arrayThe array of information about the hash.password_hash(string $password, int $algo, array $options) : string | false
stringThe password to hash
intThe algorithm to use (Defined by PASSWORD_* constants)
arrayThe options for the algorithm to use
stringfalseThe hashed password, or false on error.password_needs_rehash(string $hash, int $algo, array $options) : boolean
If the answer is true, after validating the password using password_verify, rehash it.
stringThe hash to test
intThe algorithm used for new password hashes
arrayThe options array passed to password_hash
booleanTrue if the password needs to be rehashed.password_verify(string $password, string $hash) : boolean
stringThe password to verify
stringThe hash to verify against
booleanIf the password matches the hashremoveSetup()
ANOTHER_TEST
CCCC
FOO
PASSWORD_BCRYPT
PASSWORD_DEFAULT
STARTTIME
TEST