Earlier quoted context omitted.
You could setup a scheme where just X (but no less) out of all Y (partial) secret holders are enough to recover the secret. There are cryptographic schemes for that.
Simple way might be to just use overrepresented[1] error correction code like Reed-Solomon where it'd only take half the parties to reconstruct the full message. Should be fairly easy to set up using par2 utilities right now actually. [1] I'm fairly certain there's a real word for this, but I cannot think of it, anyone else know?
Dead Man's Switch
91–100 of 101 posts
Re: Dead Man's Switch
#92Earlier quoted context omitted.
Here's how it would work: You decide how many different friends and family you are going to send your secret message to, and how many of them will need to agree to unlock the message together. Let's say you pick 15 recipients and 8 need to agree. Then ANY 8 of the 15 messages can be combined to decrypt the secret. No 3rd party service needed at all. Couldn't you encrypt the results again with different numbers? So yo…
'my wife AND (3 of 50)' You could take k=54 and give your wife 51 keys.
Re: Dead Man's Switch
#93Earlier quoted context omitted.
You could setup a scheme where just X (but no less) out of all Y (partial) secret holders are enough to recover the secret. There are cryptographic schemes for that.
Simple way might be to just use overrepresented[1] error correction code like Reed-Solomon where it'd only take half the parties to reconstruct the full message. Should be fairly easy to set up using par2 utilities right now actually. [1] I'm fairly certain there's a real word for this, but I cannot think of it, anyone else know?
Re: Dead Man's Switch
#94This seems scary. The risk of the confirmation emails being interpreted as spam or not seen is just way too high. Due to the sensitivity of the information being sent out, there is zero margin for error. Even an after death personal message is pretty hefty if it's a false positive. I would much rather prefer a service that requires my family to get to the info from a will or lawyer to gain access to my sensitive info…
Re: Dead Man's Switch
#95Earlier quoted context omitted.
You can load any webpage on the site, and it will keep you alive. It's as simple as doing a POST on the form, but it should be trivial for me to implement a simple API, so I'll write this soon! It will probably be something like: https://www.deadmansswitch.net/api/checkin/?username&password However, GAE can't do https on that domain yet, and I don't feel very secure passing credentials like that, so I might have to i…
Easy. Instead of sending a username and password, generate a long key of some kind that would be unique to each user and use that instead.
Re: Dead Man's Switch
#96Re: Dead Man's Switch
#97Earlier quoted context omitted.
That's a very good idea! I'll see if I can have some basic Twitter integration soon.
Might also be nice to have a very simple push notification enabled mobile app for active reminders in addition to passive checks via Twitter. It'll be way less actions from a user's point of view compared to email when on the go.
Re: Dead Man's Switch
#98Earlier quoted context omitted.
The email that gets sent out has a disclaimer above it anyway: has set up a Dead Man's Switch to notify you if they were unreachable, and we haven't seen them in a while, so we must assume the worst. If you need something, please email us at support@deadmansswitch.net.
The "we haven't seen them in a while, so we must assume the worst" almost sounds a bit too cavalier or insensitive to me. If someone does set this up and really does die, the email could be hitting grieving relatives / friends, etc. In addition, an email sent by that person is likely to be very disorienting. I think I'd rather receive a more direct message about what exactly is happening. "So and so set up a Dead Man…
Re: Dead Man's Switch
#99How do they make money? Targeted ads? Cemetery plots? Tombstones?
Re: Dead Man's Switch
#100Earlier quoted context omitted.
You could setup a scheme where just X (but no less) out of all Y (partial) secret holders are enough to recover the secret. There are cryptographic schemes for that.
Simple way might be to just use overrepresented[1] error correction code like Reed-Solomon where it'd only take half the parties to reconstruct the full message. Should be fairly easy to set up using par2 utilities right now actually. [1] I'm fairly certain there's a real word for this, but I cannot think of it, anyone else know?