Top "Pgp" questions

Pretty Good Privacy (PGP) is a data encryption and decryption computer program that provides cryptographic privacy and authentication for data communication.

Getting PGP private key

I would like to know how data encryption and decryption works in PGP. As part of encryption, "gpg --gen-key" is …

pgp
PGP Encrypt and Decrypt

I am really struggling with this, I need to encrypt and decrypt a string using BouncyCastle in C#. I really …

c# encryption pgp
Bouncycastle PGP decrypt and verify

I'm trying to decrypt and verify a PGP message using the java BouncyCastle libraries, but am running into issues, complaining …

java encryption bouncycastle sign pgp
Get fingerprints of OpenPGP keys

I'm trying to get the fingerprints from the public OpenPGP keys of ActiveMQ. They are published at http://www.apache.…

gnupg pgp openpgp
How to decrypt a signed pgp encrypted file?

How can I decrypt and verify a file encrypted with PGP with the BouncyCastle Java API?

java cryptography bouncycastle encryption pgp
Changing name/comment on GPG key/uids without losing signatures?

Over the years I've accumulated a few keys. When I generated them, and when I added various uids to them, …

pgp gnupg
How to convert a (binary) .key PGP file to an ASCII-armored file?

Is there a way to convert a (binary) .key file to an ASCII-armored .asc file? There is a previous post …

pgp
PartialInputStream during Bouncycastle PGP decryption

I am tryng to decrypt a file I just encrypted using bouncycastle, but im getting this exception: Premature end of …

c# bouncycastle pgp
Need example for BouncyCastle PGP File encryption in C#

I'm trying to encrypt files using my private key (in ascii format) and any other public key (also in ascii …

c# .net bouncycastle pgp
PGP Encryption in Javascript

I'm looking to do some client-side PGP encryption in Javascript. I've found some GPL library scattered on the web, but …

javascript browser cross-browser pgp