Ask HN: How do you backup your private keys?
1–10 of 11 posts
Re: Ask HN: How do you backup your private keys?
#2Re: Ask HN: How do you backup your private keys?
#3or print out on paper[1][2][3]/burn a DVD/write on floppy/etc but the encrypted version with very good passphrase. Don’t ever store private keys in plain text.
[1] http://www.jabberwocky.com/software/paperkey/
Re: Ask HN: How do you backup your private keys?
#4https://www.nitrokey.com/ or print out on paper[1][2][3]/burn a DVD/write on floppy/etc but the encrypted version with very good passphrase. Don’t ever store private keys in plain text. [1] http://www.jabberwocky.com/software/paperkey/ [2] http://ronja.twibright.com/optar/ [3] http://blog.liw.fi/posts/qr-backup/
Re: Ask HN: How do you backup your private keys?
#5Re: Ask HN: How do you backup your private keys?
#6Re: Ask HN: How do you backup your private keys?
#7I put them in my password manager (1Password) as a secure note, and then put its encrypted data file in DropBox. I wish I trusted DropBox a bit more these days (Condolezza), but I trust 1P's data file encryption and having that whole password archive cloud accessible has saved my butt more than once, once for SSH keys.
I have a public dotfiles project on Github. In addition to my dotfiles it includes a symmetrically encrypted tarfile of a secrets folder that contains keys and other sensitive info.
To recover my keys I only need access to github, gpg and the password for the encrypted tarfile.
Re: Ask HN: How do you backup your private keys?
#8Re: Ask HN: How do you backup your private keys?
#9Re: Ask HN: How do you backup your private keys?
#10If you have a password store in the cloud, I recommend KeePass's keyfile feature. With a keyfile (again backed up, but never in the cloud), you can make sure that it takes more than just the master password to get in. If e.g. Dropbox ever gets compromised, and for some reason they can guess your password, keyfile will keep you safe.