Hello all,
i need to use PGP to encrypt a file generated with java code.
kindly help with solutions.
Thanks
Printable View
Hello all,
i need to use PGP to encrypt a file generated with java code.
kindly help with solutions.
Thanks
What is PGP? Is it a third party java product?
What does this have to do with java programming?
PGP (Pretty Good Privacy) is not supported in the Java libraries. You have to download a third party library, like bouncy castle, and use that to encrypt the data with PGP.