chloride ~master (2017-09-24T04:24:39Z)
Dub
Repo
verifyPassword
chloride
password
Convenience function to verify a password.
bool
verifyPassword
(
Algorithm
alg
,
string
password
,
string
hash
)
bool
verifyPassword
(
Algorithm
alg
,
string
password
,
string
hash
)
bool
verifyPassword
(
string
password
,
string
hash
)
Meta
Source
See Implementation
chloride
password
classes
Argon2Hasher
ScryptHasher
enums
Algorithm
functions
hashPassword
verifyPassword
interfaces
PwHasher
structs
PwHashConfig
templates
PwHash
Convenience function to verify a password.