Decrypt
This component decrypts a file with private key.
Input
Attribute
Description
Encrypted File Path
The full path of the encrypted file
Decrypted File Path
The full path of the decrypted file
Private Key File
Private key file used to decrypt the encrypted file
Passphrase
Passphrase to use private key
Output
Attribute
Description
DecryptedFile
The full path of the decrypted file
Example
This example demonstrates the encryption and decryption in a flow.

Encrypt
Input
Output
Decrypt
Input
Output
This picture shows the contents of the files.

Last updated