chloride ~master (2017-09-24T04:24:39Z)
Dub
Repo
PwHash.verifyPassword
chloride
password
PwHash
Verify a password against a storage string obtained from
hashPassword
bool
verifyPassword
(
string
password
,
string
storageString
)
template
PwHash
(Algorithm alg)
bool
verifyPassword
(
string
password
,
string
storageString
)
bool
verifyPassword
(
in
ubyte
[]
hash
,
string
password
,
in
Salt
salt
,
PwHashConfig
config
)
Meta
Source
See Implementation
chloride
password
PwHash
aliases
makeSalt
functions
hashPassword
verifyPassword
manifest constants
interactivePwHashConfig
moderatePwHashConfig
sensitivePwHashConfig
Verify a password against a storage string obtained from hashPassword