Overview
Allows PGP encryption and decryption of files. Support for Signing documents and Verifying the signature using PGP.
Key Features & Functionality
Smart Services:
Hello Team,
The log4j version (2.22.0) used by this plugin has been flagged as vulnerable by our security scanner. Could you please help upgrade the log4j version and provide an updated JAR file?
Thank You,
Sneha.
What might be the reason for deprecating these ECDH smart services? Also, what alternatives are available if we need to encrypt a file using the Elliptic Curve algorithm?
Hi Team,
We are using this plugin for encrypting the file (Excel with two sheets) before sending through SFTP, while decrypting we have only one sheet. Have anyone tried Excel with Two sheets?
Thanks in advance.
peterb0003 I'm encountering a similar error. Were you able to resolve it? If so, could you please share the solution you used?
@VuramIn Class decryptFileWithExtension & Class decryptFilePGPCompressedData cData = (PGPCompressedData)plainFact.nextObject();I believe this is the error because in this case PGPLiteralData is casted to PGPCompressedData. Checking instanceof plainFact.nextObject() before any casts would prevent the error.
Getting this error while decrypting a file:
class org.bouncycastle.openpgp.PGPLiteralData cannot be cast to class org.bouncycastle.openpgp.PGPCompressedData (org.bouncycastle.openpgp.PGPLiteralData and org.bouncycastle.openpgp.PGPCompressedData are in unnamed module of loader org.apache.felix.framework.BundleWiringImpl$BundleClassLoader @47279598)
I see a similar issue was found 3 years ago but there was no response. Assistance would be appreciated.
Hello Stewart,
Have you found a solution to this problem by any chance ? I am facing the same issue trying to encrypt a file.
Thanks !
Hi,
Plugin doesn't seem to support ECDH based encryption/decryption using ECC Keys (although bouncy castle does have support for it)
Would be great if the plugin could be enhanced. Thanks!