PGP Encryption and Decryption with Java [closed]
You can write a simple wrapper around GNU PGP which basically executes the GPG command from Java. The advantage of using GNU PGP is that you will not be tied to a specific library. The amount of documentation and support available online for third-party libraries is not as rich as other encryption schemes since most … Read more