base
abstract class base implements rehashable_driver_interface
Properties
protected config | $config | ||
protected helper | $helper | ||
protected string | $name |
Methods
bool
is_supported()
Check if hash type is supported
bool
is_legacy()
Check if hash type is a legacy hash type
bool
needs_rehash(string $hash)
Check if password needs to be rehashed
string
get_settings_only(string $hash, bool $full = false)
Get only the settings of the specified hash
Details
at line 42
bool
is_supported()
Check if hash type is supported
at line 50
bool
is_legacy()
Check if hash type is a legacy hash type
at line 58
bool
needs_rehash(string $hash)
Check if password needs to be rehashed
at line 66
string
get_settings_only(string $hash, bool $full = false)
Get only the settings of the specified hash