Show Menu
Cheatography

gpg cheatsheet Cheat Sheet (DRAFT) by

gnu privacy guard (gpg). This is a list and brief explanation of some of the command line functionality.

This is a draft cheat sheet. It is a work in progress and is not finished yet.

GPG Public Kay Commands

list the keys in your public key ring
gpg --list­-keys
export a public key to file
gpg --export -a "User Name" > public.key
import a public key
gpg --import public.key
delete a public key
gpg --dele­te-key "User Name"