Top "Openpgp" questions

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

How to display gpg key details without importing it?

I have a copy of the postgresql apt repository gpg key and would like to view the details of the …

gnupg openpgp
How do I verify a gpg signature matches a public key file?

I know how to use gpg verify like this: $ gpg --verify somefile.sig gpg: Signature made Tue 23 Jul 2013 13:20:02 BST using …

gnupg openpgp
PGP TarBall File Signature Keys Verification fails with no valid OpenPGP data found

This is the first time I figured I had better check the keys of the bind software I want to …

openpgp
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
Adding GPG key inside docker container causes "no valid OpenPGP data found"

I'm trying to install New Relic's system monitoring inside a docker container, but the apt-key add - fails with no …

ubuntu docker openpgp
Getting GPG Decryption To Work In Java (Bouncy Castle)

let me start by saying I'm extremely new to all of this. What I am trying to do is to …

java bouncycastle openpgp elgamal
Batch encrypt with public key using Gpg4win command line

We are setting up our first EDI system that relies on incoming and outgoing file encryption using OpenPGP. The incoming …

windows batch-file encryption gnupg openpgp
Android Source Repo GPG public key not found

I am running Linux Mint 14 and trying to download the android source. I followed the instruction for setting up the …

android repository gnupg openpgp
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 do you use the PHP OpenPGP library?

There is a PHP extension port of the gnupg PGP library. However, I'm having a hard time finding examples that …

php gnupg openpgp