Plug-in (Function & Smart Service)Free

PGP Encryption Plugin

by Santander UK - Fincrime

Description

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.

Features

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. 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.

Release notes

Previous version fails to deploy where the plugin was pre-release tested, new version required to overcome the issue.