Top "Gnupg" questions

GNU Privacy Guard (GnuPG / GPG) is a cryptography suite implementing secret-key cryptography and public-key cryptography.

Is there a good GnuPG encryption library for Java/Scala?

I would like to be able to encrypt files on disk and/or data in memory using GnuPG from a …

java scala jvm gnupg
OpenSSL vs GPG for encrypting off-site backups?

Given the option between using GPG and OpenSSL for local encryption before pushing archives to an off-site backup location, what …

ruby encryption puppet ubuntu-14.04 gnupg
git - gpg onto mac osx: error: gpg failed to sign the data

I installed GPG from brew. brew install gpg It is gnupg2-2.0.30_2. When I commit, I do get a error …

git macos gnupg
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
decrypt multiple OpenPGP files in a directory

I have several hundred gpg encrypted files in a directory, of the format filename.xyz.gpg where "xyz" is some …

bash encryption gnupg
Best way to soft brute-force your own GPG/PGP passphrase?

I created a nice long passphrase, used it a few times, then forgot it ;) The twist is, I know the …

security gnupg gpgme
How to run gpg from a script run by cron?

I have a script that has a part that looks like that: for file in `ls *.tar.gz`; do echo …

bash cron gnupg
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
GPG vs SSH keys

On GitHub, I want to add a key to associate my computer with my account and I am given two …

security github ssh ssh-keys gnupg