It looks like you're new here. If you want to get involved, click one of these buttons!
gpg --gen-key
gpg --list-keys
gpg --list-secret-keys
gpg --export -a \"Your Name\" > public.key
gpg -e -u \"Your Name\" -r \"Recipient Name\" secret.file
gpg --import public.key