Overview
Allows PGP encryption and decryption of files. Support for Signing documents and Verifying the signature using PGP.
Key Features & Functionality
Smart Services:
HiIf I encrypt the file and send it to GCP. Then how can they decrypt that encrypted file?Meaning, that if the receiver is not in Appian then how encrypted file be decrypted?Please suggest. Thank you.
hi sriram,
Please share the algorithm or the way you have generated the private and public keys for the same.We will try to reproduce the scenario in our environment and get back to you
We are encrypting with the public key (provided in .asc) provided by receiving system. But while decryption they cannot read the file. So there are couple of questions, what should be the output file extension be should it be in pgp or in docx (in this case its docx file). Also do we need to convert into Base64?
Hi,I am getting the following error when trying to decrypt file:org.bouncycastle.openpgp.PGPLiteralData cannot be cast to org.bouncycastle.openpgp.PGPCompressedDataCan anybody help me with that?Thanks