Encrypt File
Description
This action component allows you to Encrypts 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 encrypted,
- Output FilePath (String) – The path where you want to save the encrypted file.
- Secret Key (String) – The key that you want to use to encrypt the specified file.
Output Properties
- Result (String) – The path of the saved encrypted 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.