Overview
We need to be able to encrypt and decrypt using PGP algorithm, but as opposed to the existing Vuram plugin, this version will use AES 256 cypher and will produce a binary file instead of an ASCII armour one. PGP Encrypt takes an Appian SourceDocumentId (any file — PDF, CSV, image, ZIP, etc.), reads its raw binary content via ContentService, PGP-encrypts it with AES-256, and saves the result as a new .pgp document in the specified Appian folder.
Key Features & Functionality