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