Hash Text

Hashes a given text.

This activity hashes a given text using the user-specified algorithm.

Input

  • Algorithm : Specifies the algorithm used for hashing the user-specified text. The available options are:-

    • SHA (default)

    • MD5

  • Secret Key: String Argument Specifies the secret key that is used to hash the text when using the SHA algorithm.

Output

  • HashText: String Variable Specifies the hashed text stored in a string variable.

Last updated