chloride v0.1.0 (2016-04-04T03:27:29Z)
Dub
Repo
verifyPassword
chloride
password
Verify a password with a hash and salt
bool
verifyPassword
(ubyte[] hash, string password, Salt salt, PwHashConfig config)
bool
verifyPassword
(
in
ubyte
[]
hash
,
string
password
,
in
Salt
salt
,
PwHashConfig
config
)
bool
verifyPassword
(string password, string storageString)
Meta
Source
See Implementation
chloride
password
aliases
PwStringBytes
Salt
makeSalt
functions
hashPassword
hashPasswordBuffer
passwordStorageString
verifyPassword
manifest constants
interactivePwHashConfig
sensitivePwHashConfig
structs
PwHashConfig
Verify a password with a hash and salt