chloride v0.1.0 (2016-04-04T03:27:29Z)
Dub
Repo
hashPassword
chloride
password
Hash a password with a salt. Returns the hash as a
ubyte[]
.
ubyte
[]
hashPassword
(
in
char
[]
password
,
in
Salt
salt
,
PwHashConfig
config
,
size_t
length
)
Meta
Source
See Implementation
chloride
password
aliases
PwStringBytes
Salt
makeSalt
functions
hashPassword
hashPasswordBuffer
passwordStorageString
verifyPassword
manifest constants
interactivePwHashConfig
sensitivePwHashConfig
structs
PwHashConfig
Hash a password with a salt. Returns the hash as a ubyte[].