Encrypt File
Encrypts a file with a key
This activity encrypts a file with a key based on a specified key encoding and algorithm.
Input
Algorithm: A drop down which enables you to select the algorithm for encrypting 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 encrypted.Secret Key:
String Argument
Required
Specifies the key that is used to encrypt the specified file.
Options
Overwrite:
True
- Overwrites the file if the file already exists at the path specified in the Output path field .False
- A new file is created even if a file already exists at the path specified in the Output path field .
Output
Output File Path:
String Argument
Set output file path where the encrypted file is to be saved.
Last updated