VerifyPasswordHash()
Syntax
Result = VerifyPasswordHash(Password$, Hash$)Description
Checks if a given password matches the hash value previously created with CreatePasswordHash().
Parameters
Password$ The password to check. Hash$ The result from a previous call to CreatePasswordHash().
Return value
Returns non-zero if the password matches the hash value or zero if it does not match or if the hash value was not valid.
Example
See CreatePasswordHash() for an example.
See Also
CreatePasswordHash()
Supported OS
All