checkPasshash9

Check a previously created password hash

static if(BOTAN_HAS_PASSHASH9 && BOTAN_HAS_PBKDF2)
bool
checkPasshash9
(
in string password
,
in string hash
)

Parameters

password string

the password to check against

hash string

the stored hash to check against

Meta