Function hash_verify_password
Verifies a raw SMF password against the bcrypt'd string
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Auth.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Auth.php
string |
$username |
The username |
string |
$password |
The password |
string |
$hash |
The hashed string |
boolean
|
Whether the hashed password matches the string |