Gpg: Difference between revisions

From DWIKI
mNo edit summary
Line 1: Line 1:
GNU Privacy Guard
GNU Privacy Guard


=Links=
 
*https://www.gnupg.org/ Homepage]
= Links =
*[http://www.dewinter.com/gnupg_howto/english/GPGMiniHowto.html GPG HOWTO]
 
*[http://irtfweb.ifa.hawaii.edu/~lockhart/gpg/gpg-cs.html GPG Cheat sheet]
*[https://www.gnupg.org/ https://www.gnupg.org/] Homepage]  
*https://www.phildev.net/pgp/gpg_moving_keys.html
*[http://www.dewinter.com/gnupg_howto/english/GPGMiniHowto.html GPG HOWTO]  
*[http://irtfweb.ifa.hawaii.edu/~lockhart/gpg/gpg-cs.html GPG Cheat sheet]  
*[https://www.phildev.net/pgp/gpg_moving_keys.html https://www.phildev.net/pgp/gpg_moving_keys.html]
*[https://support.mozilla.org/en-US/kb/digitally-signing-and-encrypting-messages Thunderbird and GPG]


=Cheatsheet=
=Cheatsheet=

Revision as of 10:53, 30 September 2020

GNU Privacy Guard


Links

Cheatsheet

What is my key ID?

gpg --list-keys you@example.com

The bit after the / in the pub line!


Generate key

gpg --gen-key 
 

Export public key

gpg --export me@example.com > public.key


Export private key

gpg --export-secret-key me@example.com > private.key


Import private key

gpg --import private.key

Renewing subkey

https://sites.lafayette.edu/newquisk/archives/504

FAQ

gpg: decryption failed: No secret key"

Means you're using gpg2 --use-agent, which is broken