PGP Encryption Plugin

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

  • PGP Decrypt takes an EncryptedDocumentId, decrypts the binary, and restores the original file as a new Appian document — automatically stripping the .pgp suffix from the filename.
  • Both services work with Appian Document IDs and Folder IDs, so they integrate natively with the Process Modeler.
Anonymous