checkScryptPasswordHash

Some info regarding the params hash: An already hashed version of your password, for example fetched from a database password: The password you wish to see if it matches

@trusted
bool
checkScryptPasswordHash
(
string hash
,
string password
)

Meta