Function password_verify
Verify a password against a hash using a timing attack resistant approach
Copyright:
2012 The Authors
License: MIT License
Author: Anthony Ferrara <ircmaxell@php.net>
Located at vendor/ircmaxell/password-compat/lib/password.php
License: MIT License
Author: Anthony Ferrara <ircmaxell@php.net>
Located at vendor/ircmaxell/password-compat/lib/password.php
Parameters summary
string |
$password |
The password to verify |
string |
$hash |
The hash to verify against |
Return value summary
boolean
|
If the password matches the hash |