checkBcrypt

Check a previously created password hash

static if(BOTAN_HAS_BCRYPT && BOTAN_HAS_BLOWFISH)
bool
checkBcrypt
(
in string password
,
in string hash
)

Parameters

password string

the password to check against

hash string

the stored hash to check against

Meta