ETL Flows that create files in the server storage can automatically encrypt all created files using the PGP algorithm.
File-based flows such as Copy files, Move files, etc. do not support automatic encryption.
When configuring the destination (TO
) server storage Connection,
simply upload the PGP Public Key File
, and the transformation will handle the rest. All files created by the transformation will be automatically encrypted using the PGP algorithm if the key is available.
Additionally, you can enable (default) or disable property ASCII Armored
. Encrypted files may be saved in a Format referred to as ASCII Armored
. This Format is an encrypted representation of a file consisting entirely of printable ASCII (or text-mode only) characters. Files in this Format contain no binary values, and therefore may be easily sent as part of e-mail messages and visually examined. Files saved in this Format are approximately 30% larger than their non-armored counterparts. When decrypted, both armored and non-armored files reproduce an identical original.
Comments
0 comments
Please sign in to leave a comment.