PwHasher

An object that can hash and verify passwords.

Members

Functions

hashPassword
string hashPassword(string password)

Hash a password

verifyPassword
bool verifyPassword(string password, string hash)

Verify a password matches a hash made with hashPassword

Meta