Top "Pgp" questions

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

Bouncy Castle C# PGP Decryption example

I have been looking all day yesterday, and I can't seem to find a working example of PGP decryption using …

c# encryption bouncycastle pgp
what is the best/easiest to use encryption library in python

I want to encrypt few files using python what is the best way I can use gpg/pgp using any …

python encryption gnupg pgp
Configure GPG for Git on Windows

I installed Git for Windows including Git Bash on Windows 10 and Gpg4win. By default, I had to re-import all …

git bash character-encoding gnupg pgp
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
BouncyCastle in-memory PGP encryption in C#

I've been trying to use the BouncyCastle library to do PGP encryption/decryption. I have some code that I need …

c# encryption bouncycastle pgp
Sign git commits with GPG

Is there a way to sign git commits with gpg? It's so easy with tags (using -s instead of -a), …

git gnupg pgp git-sign
How do I store and read PGP public keys as strings using Bouncycastle Java?

I have been trying to create, encode, store, retrieve, and decode a Bouncy Castle PGP public key. I get what …

java bouncycastle public-key pgp
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
using bouncy castle to create public PGP key usable by Thunderbird

I created public and private PGP keys using org.bouncycastle.openpgp.PGPKeyRingGenerator. After making a change suggested by GregS, the …

java email encryption bouncycastle pgp
GPG (PGP) decryption in client side web applications

How would I be able to decrypt some encrypted data on the client side of a web application? E.g. …

javascript web-applications encryption pgp gnupg