ScryptHasher

A PwHasher that uses the scrypt algorithm

Constructors

this
this(PwHashConfig config)

Members

Functions

hashPassword
string hashPassword(string password)
Undocumented in source. Be warned that the author may not have intended to support it.
verifyPassword
bool verifyPassword(string password, string hash)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From PwHasher

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