Function
EN
Version 10.01
@HashPassword
Misc
Text
Syntax
@HashPassword(TEXTPASSWORD1);
Description
Generates a hash from TEXT TEXTPASSWORD1 and returns it as TEXT. In case of an error, @HashPassword returns @Error.
This @Function generates a hash that is compatible with a hash generated by the @Function @Password using type 2 (FN FNHASHTYPE2 = 2); see there.
A hash can be checked against a string for identity using the @Function @VerifyPassword.
Example: @HashPassword(TEXTPASSWORD1);
TEXTPASSWORD1:="Test";
TEXTHASH:=@HashPassword(TEXTPASSWORD1);
@LogReport(TEXTHASH);
A hash is generated and output in the log.
Note : This text was machine-translated and may contain inaccuracies.
