H | |
hash [Bcrypt] |
Call
hash ?count ?seed password to hash the given password string.
|
hash_of_string [Bcrypt] |
Convert
string to Bcrypt.hash_t
|
S | |
string_of_hash [Bcrypt] |
Convert
Bcrypt.hash_t to string
|
V | |
verify [Bcrypt] |
Call
verify password hash to verify if the given password matches the
previously hashed password.
|