Decrypt Text
Description
This action component allows you to decrypts a text based on a specified/default key and algorithm.
Input Properties
- Algorithm Type (Dropdown) – Select the decryption algorithm you want to use.
- Text (String) – The text to be decrypted.
- Secret Key (String) – The key that you want to use to decrypt the specified file.
Output Properties
- Result (String) – The decrypted 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.