Hacker News new | ask | show | jobs
by Zakharov 4752 days ago
Just a spur of the moment thought, but can you encrypt the master password such that you need passwords from three of four (or any N of M) people to decrypt it?
2 comments

Yes. See http://en.wikipedia.org/wiki/Secret_sharing; if you know a bit of mathematics, Shamir's method is particularly elegant.
You can, but then key management is a bitch.....