Paperkey: How to backup your GnuPG keys on paper
To create a backup of your GPG Key, you may use one of the following commands paperkey –secret-key my-secret-key.gpg –output to-be-printed.txt Or using this if you have exported (not armored) GPG Key in file: paperkey –secret-key my-secret-key.gpg –output to-be-printed.txt To restore it you will need a paperkey data in file and you public key. The … Read more