Pgp
gpg --export-secret-key -a > secret.key
gpg --armor --output pubkey.txt --export 'Your Name'

gpg --import secret.key
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License