Top "Gnupg" questions

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

Calling GnuPG in Java via a Runtime Process to encrypt and decrypt files - Decrypt always hangs

NOTE: Coming back to this later as I've been unable to find a working solution. Draining the input streams manually …

java encryption runtime.exec gnupg
How do I install and use gpg-agent on Windows?

I'm trying to start signing Git commits. I setup a GPG key with keybase.io and have it synced on …

windows git gnupg gpg-agent
gpg: Sorry, no terminal at all requested - can't get input

When decrypting I get following error: $ eyaml decrypt -s 'ENC and the key goes on here' .gnupg --quiet --no-secmem-warning --no-permission-warning …

linux architecture public-key-encryption gnupg snakeyaml
Prevent git from asking for the GnuPG password during signing a commit

Git always asks me to enter a passphrase to unlock my secret key while signing a commit using. git commit …

git github gnupg
GPG (PGP) decryption in client side web applications

How would I be able to decrypt some encrypted data on the client side of a web application? E.g. …

javascript web-applications encryption pgp gnupg
No secret key when signing with git

After setting $ gpg --list-keys /home/pablo/.config/gnupg/pubring.gpg ------------------------------------- pub rsa4096/46F257F2 2014-09-16 [expires: 2015-09-16] …

git gnupg
Git signed commits - How to suppress "You need a passphrase to unlock the secret key..."

I changed my global Git configuration to sign all commits. I also use gpg-agent so that I don't have to …

git gnupg git-commit
GnuPG 4096 bit limit

Why is RSA keys in GnuPG limited to 4096 bits? Would it be illegal for me to modify the source to …

cryptography gnupg
How to retain commit gpg-signature after interactive rebase squashing?

When I want to squash some commits by interactive rebase: git rebase -i HEAD~3 And then: pick cbd03e3 Final …

git version-control git-rebase gnupg
Remember GPG password when signing git commits

Would it be possible for the GPG password to be saved, so that I am not prompted for the passphrase …

git shell gnupg