PasswordUtils Class
Utilities for managing the user password. Located in the namespace Canteen\Utilities.
Methods
hash
(
String
static
-
password
Takes a password and returns the salted hash
Parameters:
-
password
StringThe plain text password to hash
Returns:
String:
The hash of the password (128 hex characters)