Top "Pgp" questions

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

Can't check signature: public key not found

I try to decrypt file using following command: gpg --output file.txt --decrypt file.pgp File is decrypted successfully but …

encryption cmd pgp gnupg
PGP Encryption and Decryption with Java

I want to decrypt a file using PGP keys. I have downloaded PGP keys installer and installed. Using that I …

java encryption pgp
How to do PGP in Python (generate keys, encrypt/decrypt)

I'm making a program in Python to be distributed to windows users via an installer. The program needs to be …

python encryption public-key-encryption gnupg pgp
C# How to simply encrypt a text file with a PGP Public Key?

I've researched a bit about how to achieve what I said in the question and found several APIs but most …

c# encryption public-key pgp public-key-encryption
How to encrypt a string/stream with bouncycastle pgp without starting with a file

I need to encrypt a stream with pgp using the bouncycastle provider. All of the examples I can find are …

java bouncycastle pgp
Encrypt in Javascript, decrypt in PHP, using public-key cryptography

I'd like to encrypt in JavaScript, decrypt in PHP, using public-key cryptography. I've been trying to find libraries that can …

javascript php rsa public-key pgp
How to encrypt data in php using Public/Private keys?

I have a small string of some data (less than 1kb) that I would like to have user agents pass …

php cryptography pgp php-openssl libsodium
How to transfer pgp private&public key to another computer?

I read this article (archived link) which explained very well how to setup PGP on macOS. But I'm planning to …

encryption gnupg pgp backup-strategies
Encrypt files using PGP in PHP?

I want to use PGP encryption to encrypt a CSV files, I am generating through a PHP script and then …

php pgp gnupg openpgp
PgP Encryption and Decryption using BouncyCastle c#

I've seen a number of posts, followed a number of tutorials but none seems to work. Sometimes, they make reference …

c# encryption bouncycastle pgp