How can I allow access to encrypted data if only 2 out of 3 users provide a secret?

I want to encrypt data, but make sure that no single user can decrypt the data.

Further, it is important not to require ALL users to be present to decrypt. This will allow for some flexibility and reduce the consequences if/… Continue reading How can I allow access to encrypted data if only 2 out of 3 users provide a secret?