Function hash_password
Hashes username with password
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 unhashed password |
integer |
$cost = null |
The cost |
string
|
The hashed password |