bcrypt_wcf2
class bcrypt_wcf2 extends base
Constants
PREFIX |
|
Properties
protected config | $config | from base | |
protected helper | $helper | ||
protected string | $name | from base | |
protected bcrypt | $bcrypt |
Methods
bool
is_legacy()
Check if hash type is a legacy hash type
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 42
bool
is_supported()
Check if hash type is supported
at line 49
bool
is_legacy()
Check if hash type is a legacy hash type
in
base at line 58
bool
needs_rehash(string $hash)
Check if password needs to be rehashed
in
base at line 66
string
get_settings_only(string $hash, bool $full = false)
Get only the settings of the specified hash
at line 41
string
get_prefix()
Returns the hash prefix
at line 57
bool|string
hash(string $password, $user_row = '')
Hash the password
at line 66
bool
check(string $password, string $hash, array $user_row = array())
Check the password against the supplied hash