chloride v0.2.1 (2017-04-07T15:13:57Z)
Dub
Repo
PwHash.interactivePwHashConfig
chloride
password
PwHash
Password hashing config suitable for interactive use.
enum
interactivePwHashConfig
;
template
PwHash
(Algorithm alg)
static if
(
alg == Algorithm.Scrypt
)
enum
interactivePwHashConfig
=
PwHashConfig
(
crypto_pwhash_scryptsalsa208sha256_OPSLIMIT_INTERACTIVE
,
crypto_pwhash_scryptsalsa208sha256_MEMLIMIT_INTERACTIVE
)
;
enum
interactivePwHashConfig
;
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 interactive use.