Top "Gnupg" questions

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

gpg encrypt file without keyboard interaction

I am running next command within a crontab to encrypt a file and I don't want a keyboard interaction echo "…

bash crontab gnupg
Is there a way to "autosign" commits in Git with a GPG key?

Is there an easy way to make Git always signs each commit or tag that is created? I tried it …

git public-key-encryption gnupg
How to do PGP in Python (generate keys, encrypt/decrypt)

I'm making a program in Python to be distributed to windows users via an installer. The program needs to be …

python encryption public-key-encryption gnupg pgp
How do I verify a gpg signature matches a public key file?

I know how to use gpg verify like this: $ gpg --verify somefile.sig gpg: Signature made Tue 23 Jul 2013 13:20:02 BST using …

gnupg openpgp
gpg: can't connect to the agent: IPC connect call failed

I am having a problem while trying to decrypt some keys using GPG. The following output is given to me: …

gnupg
How to use gpg command-line to check passphrase is correct

I am trying to automate backups with duplicity, but when I test the result, I get gpg: public key decryption …

gnupg
gnupg: There is no assurance this key belongs to the named user

I'm trying to use interesting password management tool named Pass. I did the following: Installed gpg tool $ sudo dnf install …

encryption passwords public-key-encryption gnupg
How to make auto trust gpg public key?

I am trying to add my GPG public key as a part of our appliance installation process. The purpose of …

encryption ubuntu-12.04 gnupg appliance
GPG error "Not enough random bytes available. Please do some other work to give the OS a chance to collect more"

I am using: gpg --gen-key Is there a better way to create a PGP key? What does this program want? …

ubuntu gnupg
How to circumvent "apt-key output should not be parsed"?

I'm automating my Docker installation. Something like this: if apt-key fingerprint 0EBFCD88 | grep "Key fingerprint = 9DC8 5822 9FC7 DD38 854A E2…

gnupg apt