ScryptHasher

A PwHasher that uses the scrypt algorithm

class ScryptHasher : PwHasher {}

Constructors

this
this(PwHashConfig config)

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