chloride ~master (2022-05-10T05:50:35.5968282)
Dub
Repo
PwHash.moderatePwHashConfig
chloride
password
PwHash
Password hashing config suitable for moderate use.
template
PwHash
(Algorithm alg)
static if
(!(
alg == Algorithm.Scrypt
))
static if
(
alg == Algorithm.Argon2
)
enum
moderatePwHashConfig
=
PwHashConfig
(
crypto_pwhash_OPSLIMIT_MODERATE
,
crypto_pwhash_MEMLIMIT_MODERATE
)
;
Meta
Source
See Source File
chloride
password
PwHash
aliases
PwStringBytes
Salt
makeSalt
functions
hashPassword
hashPasswordBuffer
verifyPassword
manifest constants
interactivePwHashConfig
moderatePwHashConfig
sensitivePwHashConfig
Password hashing config suitable for moderate use.