Top "Openpgp" questions

The OpenPGP standard was originally derived from PGP (Pretty Good Privacy)

Exporting public key from GnuPG fails with "WARNING: nothing exported"

Im new to PGP and I'm trying to generate a PGP private key using GnuPG through this tutorial. Basically, I …

gnupg pgp openpgp
How to decrypt a symmetrically encrypted OpenPGP message using PHP?

I have an OpenPGP message which looks something like this given to me in a file: -----BEGIN PGP MESSAGE----- Version: …

php encryption gnupg openpgp
BouncyCastle updated pgp key now getting checksum mismatch error

I have a utility that is using the BouncyCastle.Crypto dll (version 1.7.4, runtime version 1.1.4), in order to decrypt a file …

encryption bouncycastle checksum pgp openpgp
OpenPGP encryption with BouncyCastle

I have been trying to put together an in-memory public-key encryption infrastructure using OpenPGP via Bouncy Castle. One of our …

c# bouncycastle public-key-encryption openpgp
GnuPG/PGP and SSL: Sharing the same private key?

I'm trying to sort out my use of digital signatures and encryption. I understand that there are 2 main ways to …

encryption ssl public-key-encryption gnupg openpgp
Recommendations for Java + OpenPGP?

I want to develop a small OpenPGP client and I'm searching for a Java library for OpenPGP. Are there any (…

java cryptography pgp gnupg openpgp