Function password_hash
Hash the password using the specified algorithm Limits the maximum length of password to 72, if a longer string is supplied the first 72 characters are used
Located at
Sources/Subs-Password.php
string |
$password |
The password to hash |
integer |
$algo |
The algorithm to use (Defined by PASSWORD_* constants) |
array |
$options = array() |
The options for the algorithm to use |
string|false
|
The hashed password, or false on error. |