IsWebHarePasswordHashStillSecure (open)
Is the specified password hash still secure?
Syntax
LOADLIB "wh::crypto.whlib";
BOOLEAN FUNCTION IsWebHarePasswordHashStillSecure(STRING hash)Parameters
STRING hashHash to verify
Return value
BOOLEANTrue if the hash is still considered sufficiently strong, and on par with the hash CreateWebHarePasswordHash will return
Description
This function can be used to detect whether the password should be rehashed. It only verifies the hash, not the strength of the actual password.