create a new (additional) key pair : gpg --gen-key list public keys : gpg -k [part of id] list secret keys : gpg -K [part of id] encrypt file: gpg -e -r decrypt file: gpg export your public key to a file: ...