Function hash_salt
Hashes password with salt, this is solely used for cookies.
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 |
$password |
The password |
string |
$salt |
The salt |
string
|
The hashed password |