On Sun, Jul 20, 2014 at 02:17:10PM +0100, Iain R. Learmonth wrote:
On Sun, Jul 20, 2014 at 02:03:20PM +0100, Adam Spiers
wrote:
How do you ensure that your online data is
handled correctly if you die?
Encrypt a text file containing all passwords and instructions using GPG
symmetric encryption with the key derived from a passphrase. This encrypted
file can be left on a webserver safely.
Encode the passphrase using ssss[1] and then share the parts around people
you trust. Instruct these people to never all travel in the same car
together.
When you die, one of them has to be technically competent enough to
reconstruct the original passphrase from the parts and then decrypt the
instructions and the passphrase.
The nice thing about this method is that you can keep updating the encrypted
file without needing to contact all the people every time.
Iain.
[1]:
http://point-at-infinity.org/ssss/
Awesome answer, thanks! Exactly the kind of thing I was looking for -
I knew this list would produce something good :)