chloride ~master (2022-05-10T05:50:35.5968282)
Dub
Repo
PwHash.hashPassword
chloride
password
PwHash
Hash a password with a salt. Returns the hash as a
ubyte[]
.
string
hashPassword
(string password, PwHashConfig config)
ubyte
[]
hashPassword
(char[] password, Salt salt, PwHashConfig config, size_t length)
template
PwHash
(Algorithm alg)
ubyte
[]
hashPassword
(
in
char
[]
password
,
in
Salt
salt
,
PwHashConfig
config
,
size_t
length
)
Meta
Source
See Implementation
chloride
password
PwHash
aliases
PwStringBytes
Salt
makeSalt
functions
hashPassword
hashPasswordBuffer
verifyPassword
manifest constants
interactivePwHashConfig
moderatePwHashConfig
sensitivePwHashConfig
Hash a password with a salt. Returns the hash as a ubyte[].