Top "Gnupg" questions

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

Bruteforce GPG passphrase using script

I have forgotten my passphrase for my gpg key on linux. Can someone please help me write a simple script …

linux bash ubuntu gnupg brute-force
Error trying to sign RPM

I am trying to build and sign an RPM. I created my .rpmmacro file in the location I am building /…

rpm signing gnupg rpmbuild
Suppressing GPG signing for Maven-based continuous integration builds (Travis CI)

I'm using Travis-CI to provide continuous integration builds for a few Java open source projects I'm working on. Normally this …

java maven continuous-integration gnupg travis-ci
Sign git commits with GPG

Is there a way to sign git commits with gpg? It's so easy with tags (using -s instead of -a), …

git gnupg pgp git-sign
Choose which secret key to use when doing a gpg --encrypt --sign

I have multiple secret keys in my GPG keyring. I'd like to do a gpg -e -s -a to encrypt, …

gnupg
gpg: skipped "N": secret key not available

1. Summary I can not begin to use Gpg4win. 2. Expected behavior Successfully commits. 3. Actual behavior SashaChernykh@DESKTOP-EEOT0TN D:\SashaGitHub $ …

git gnupg
How to get public key from an OpenPGP smart card without using key servers?

I am working on a use-case where OpenPGP is being used to generate a public key pair on a smart …

security public-key-encryption gnupg
gpg no default secret key error using maven

I am trying to publish my maven project in the Central Repository and I need to sign my artifacts. I …

eclipse maven gnupg
How can I force GPG to accept input from STDIN instead of trying to open a file?

I am trying to incorporate GPG clear-signing of text in a string in a PHP script. I can cause GPG …

php bash lamp gnupg passphrase
Avoid gpg signing prompt when using Maven release plugin

I've got a Maven project that I'm trying to configure to use the maven release plugin. Part of the release …

maven code-signing maven-release-plugin gnupg