Hash Text
Description
This action component allows you to hashes a text with a key using a specified/default algorithm.
Input Properties
- Hash Algorithm Type (HashAlgorithmTypes) – Select the hashing algorithm you want to use.
- Text (String) – The text that you want to hash.
- Secret Key (String) – The key that you want to use to hash the specified text.
Output Properties
- Result (String) – The hashed text stored as a String variable
General Properties
- GlobalWaits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- IgnoreError (Checkbox) – Continue the process flow without throwing error.
- PostWait (Checkbox) – Apply specified wait after execute the action.
- PreWait (Checkbox) – Apply specified wait before execute the action.