bcrypt
Type definitions in this namespace
Types
- Params
- bcrypt parameters
- HashOptions
- Options for hashing a password.
- VerifyOptions
- Options for hash verification.
Compute a hash of a password using 2^rounds_log rounds of the bcrypt key stretching function.
Functions
- bcrypt
- Compute a hash of a password using 2^rounds_log rounds of the bcrypt key stretching function.
- pbkdf
- bcrypt-pbkdf is a key derivation function based on bcrypt.
- opensshKdf
- The function used in OpenSSH to derive encryption keys from passphrases.
- strHash
- Compute a hash of a password using 2^rounds_log rounds of the bcrypt key stretching function.
- strVerify
- Verify that a previously computed hash is valid for a given password.
Length (in bytes) of a password hash in crypt encoding
Values
- hash_length
- Length (in bytes) of a password hash in crypt encoding