chloride ~master (2017-09-24T04:24:39Z)
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
(
in
char
[]
password
,
in
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
makeSalt
functions
hashPassword
verifyPassword
manifest constants
interactivePwHashConfig
moderatePwHashConfig
sensitivePwHashConfig
Hash a password with a salt. Returns the hash as a ubyte[].