Encrypt
This component encrypts a file with public key.
Input
Attribute
Description
Plain File Path
The full path of the plain file
Encrypted File Path
The full path of the encrypted file
Public Key File
Public key file used to encrypt the plain file
Passphrase
Passphrase to use public key
Output
Attribute
Description
EncryptedFile
The full path of the encrypted file
Last updated