Hash Text
Hashes a given text.
Last updated
Hashes a given text.
Last updated
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)
MD5
Plain Text: String Argument
Specifies the text that is to be hashed.
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.