Top "Gnupg" questions

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

Generating a GPG key for git tagging

I'm trying to create signed tags in GitHub using the git command line. I generated a GPG key with a (…

git gnupg
Changing name/comment on GPG key/uids without losing signatures?

Over the years I've accumulated a few keys. When I generated them, and when I added various uids to them, …

pgp gnupg
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
Suppress the passphrase prompt in GPG command

Edited Version I have a question about GPG, but I write all of the process, maybe it will help someone. …

prompt gnupg passphrase
Unable to generate gpg keys in linux

I'm not able to generate GPG keys in linux sudo gpg --gen-key # This is the command to try to generate …

linux gpgpu gnupg gpgme
"gpgkeys: key 7F0CEB10 not found on keyserver" Response while try to install mongodb on Ubuntu

I am trying to install mongodb on my Ubuntu 12.04 Desktop edition. Firstly I hope there isn't any issue w.r.…

mongodb ubuntu apt gnupg
S.gpg-agent.browser not found error while adding ppa in debian strech

I am using debian strech. I try to add repostory for vim with python support , while adding I encountered gpg-agent.…

linux debian gnupg gpg-agent
GnuPG - How to edit the file without decrypt and save to local disk first?

I'm using GNUPG to encrypt my ascii files. I learnt to generate a key, also how to use the it …

linux encryption gnupg
Debian apt error: "The following signatures were invalid: NODATA 1 NODATA 2"

I'm having some trouble with apt/aptitude. Recently, out of nowhere, I realized I couldn't install anything and apt-get update …

linux debian gnupg apt
how to encrypt a file using private key in gpg

I'm producing an update for some systems and I want to encrypt the updates for keeping confidentiality, integrity and validity …

linux encryption public-key-encryption private-key gnupg