Function password_verify
Verify a password against a hash using a timing attack resistant approach
Located at
Sources/Subs-Password.php
string |
$password |
The password to verify |
string |
$hash |
The hash to verify against |
boolean
|
If the password matches the hash |