Hashes a given text.
This activity hashes a given text using the user-specified algorithm.
Algorithm : Specifies the algorithm used for hashing the user-specified text. The available options are:-
SHA (default)
SHA
MD5
Plain Text: String Argument Specifies the text that is to be hashed.
String Argument
Secret Key: String Argument Specifies the secret key that is used to hash the text when using the SHA algorithm.
HashText: String Variable Specifies the hashed text stored in a string variable.
String Variable
Last updated 3 years ago