class convert_password extends base
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 base |
string |
get_settings_only(string $hash, bool $full = false)
Get only the settings of the specified hash |
from base |
string |
get_prefix()
Returns the hash prefix |
|
bool|string |
hash(string $password, $user_row = '')
Hash the password |
|
bool |
check(string $password, string $hash, array $user_row = array())
Check the password against the supplied hash |
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 base at line 50
public bool
is_legacy()
Check if hash type is a legacy hash type
in base at line 58
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
at line 31
public bool|string
hash(string $password, $user_row = '')
Hash the password
at line 39
public bool
check(string $password, string $hash, array $user_row = array())
Check the password against the supplied hash