static fun verify(hash: String, password: String): Boolean
Verify a password against a hash.
hash - The hash.
hash
password - The password to verify.
password
Return true if the password matches the hash.
true