class phpass extends salted_md5
Constants
PREFIX |
|
Methods
__construct(config $config, helper $helper)
Constructor of passwords driver object |
from base | |
bool |
is_supported()
Check if hash type is supported |
from base |
bool |
is_legacy()
Check if hash type is a legacy hash type |
from salted_md5 |
string |
get_settings_only(string $hash, bool $full = false)
Get only the settings of the specified hash |
from salted_md5 |
string |
get_prefix()
Returns the hash prefix |
|
bool|string |
hash(string $password, $setting = '')
Hash the password |
from salted_md5 |
bool |
check(string $password, string $hash, array $user_row = array())
Check the password against the supplied hash |
from salted_md5 |
bool|array |
get_hash_settings(string $hash)
Get hash settings |
from salted_md5 |
Details
in base at line 33
public
__construct(config $config, helper $helper)
Constructor of passwords driver object
in base at line 42
public bool
is_supported()
Check if hash type is supported
in salted_md5 at line 59
public bool
is_legacy()
Check if hash type is a legacy hash type
in salted_md5 at line 165
public string
get_settings_only(string $hash, bool $full = false)
Get only the settings of the specified hash
at line 23
public string
get_prefix()
Returns the hash prefix
in salted_md5 at line 67
public bool|string
hash(string $password, $setting = '')
Hash the password
in salted_md5 at line 103
public bool
check(string $password, string $hash, array $user_row = array())
Check the password against the supplied hash
in salted_md5 at line 140
public bool|array
get_hash_settings(string $hash)
Get hash settings