Hacker News new | ask | show | jobs
by tudor14 3121 days ago
just encrypt your btc keys with another secret key(symmetric key e.g. aes, blowfish or something else). Store them on different cloud providers, encrypted btc keys on google drive and the other secret key (password protect it) then store it on one drive or icloud or private repository on github. The hacker must hack both sites to take your keys(very unlikely to succeed) and they are both securely stored online. Also make sure you're not using the same password for both sites :)
1 comments

The attacker only has to hack your email account then reset the password on the two target sites...
And then all they have is an encrypted file assuming good password hygiene.
So then why not just email the keys to yourself and leave them in your inbox?