Decrypt File
Decrypts a file based on a specific key.
This activity decrypts a file based on a specified key encoding and algorithm.
Input
Algorithm: A drop-down which enables you to select the algorithm for decrypting the file provided as input. The following options are available
Input Path:
String Argument
Required
Specifies the full path of the file that is to be decrypted.Secret Key:
String Argument
Required
Specifies the key that is used to decrypt the specified file.
Options
Overwrite:
True
- Overwrites the file if the file already exists at the path specified in the Output File Path field.False
- A new file is created even if a file already exists at the path specified in the Output File Path field.
Output
Output File Path:
String Variable
Set output file path where the decrypted file is to be saved.
Last updated