GNU Privacy Guard (GnuPG / GPG) is a cryptography suite implementing secret-key cryptography and public-key cryptography.
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 gnupgWhen 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 snakeyamlGit always asks me to enter a passphrase to unlock my secret key while signing a commit using. git commit …
git github gnupgHow would I be able to decrypt some encrypted data on the client side of a web application? E.g. …
javascript web-applications encryption pgp gnupgAfter setting $ gpg --list-keys /home/pablo/.config/gnupg/pubring.gpg ------------------------------------- pub rsa4096/46F257F2 2014-09-16 [expires: 2015-09-16] …
git gnupgI changed my global Git configuration to sign all commits. I also use gpg-agent so that I don't have to …
git gnupg git-commitWhy is RSA keys in GnuPG limited to 4096 bits? Would it be illegal for me to modify the source to …
cryptography gnupgWhen I want to squash some commits by interactive rebase: git rebase -i HEAD~3 And then: pick cbd03e3 Final …
git version-control git-rebase gnupgWould it be possible for the GPG password to be saved, so that I am not prompted for the passphrase …
git shell gnupg