Top "Gnupg" questions

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

How to Export Private / Secret ASC Key to Decrypt GPG Files

Background: My boss has tried exporting an ASC key to me with public and private parts but whenever I get …

encryption gnu gnupg private-key
How to trust a apt repository : Debian apt-get update error public key is not available: NO_PUBKEY <id>

Trying to update some repositories on Debian Etch installation and getting the following errors from running "apt-get update" W: GPG …

repository debian upgrade gnupg apt
gpg decryption fails with no secret key error

I have a gpg .key file that is used as passphrase for decrypting a .dat.pgp file. The encrypted .data.…

unix encryption public-key-encryption gnupg
GnuPG: "decryption failed: secret key not available" error from gpg on Windows

Environment: HP laptop with Windows XP SP2 I had created some encrypted files using GnuPG (gpg) for Windows. Yesterday, my …

windows-xp gnu gnupg
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
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
How to resolve "gpg: command not found" error during RVM installation?

I have a new mac pro (OS X 10.9.5) that I get to set up from scratch. I want to install …

ruby macos command-line rvm gnupg
encryption/decryption with multiple keys

Is it possible to encrypt data, such that it can be decrypted with several different keys? Example: I've encrypted data …

encryption gnupg encryption-asymmetric
Batch file script to remove special characters from filenames (Windows)

I have a large set of files, some of which contain special characters in the filename (e.g. ä,ö,%, and others). …

windows batch-file filenames gnupg file-rename
Git error - gpg failed to sign data

I just started using git and I install git and gpg via homebrew. For some reason, I get this error …

git gnupg