Encrypt File
Encrypts a file with a key
Last updated
Encrypts a file with a key
Last updated
This activity encrypts a file with a key based on a specified key encoding and algorithm.
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: Required
Specifies the full path of the file that is to be encrypted.
Secret Key: Required
Specifies the key that is used to encrypt the specified file.
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 File Path: Set output file path where the encrypted file is to be saved.