Top "Gnupg" questions

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

Emacs: Failed to verify signature archive-contents.sig

Recently tried to update emacs packages and got this. Failed to verify signature archive-contents.sig: No public key for 066DAFCB81…

emacs gnupg
How to deal with Gnupg error: gpg: no default secret key: No secret key gpg: [stdin]: clearsign failed: No secret key?

I am getting an error: gpg: no default secret key: No secret key gpg: [stdin]: clearsign failed: No secret key …

gnupg
what is the best/easiest to use encryption library in python

I want to encrypt few files using python what is the best way I can use gpg/pgp using any …

python encryption gnupg pgp
where can I find the public key for Gnu Emacs?

I have used emacs for only half a year from 23.1 to 23.3. Every time I tried to find gpg public key …

emacs gnupg
decrypt encrypted gpg file using external secret key

I encryptd a file using gpg, now I want to decrypt the file. Is there any way to decrypt the …

encryption gnupg
How to sign git commits from within an IDE like IntelliJ?

Question How do I sign git commits using an IDE like IntelliJ on Windows? If you're interested, read what I …

git intellij-idea gnupg
Configure GPG for Git on Windows

I installed Git for Windows including Git Bash on Windows 10 and Gpg4win. By default, I had to re-import all …

git bash character-encoding gnupg pgp
Exporting public key from GnuPG fails with "WARNING: nothing exported"

Im new to PGP and I'm trying to generate a PGP private key using GnuPG through this tutorial. Basically, I …

gnupg pgp openpgp
Are exported private keys in GPG still encrypted?

Are the exported private keys gotten by executing gpg --export-secret-keys still encrypted and protected by their passphrase? This seems to …

export private-key gnupg
How to decrypt a symmetrically encrypted OpenPGP message using PHP?

I have an OpenPGP message which looks something like this given to me in a file: -----BEGIN PGP MESSAGE----- Version: …

php encryption gnupg openpgp