show/hide this revision's text 4 added 5 characters in body; edited title

Encrypt data with 2 keys/passwords, decrypt with 1How to encrypt one message for multiple recipients?

What are the fundamentals to accomplish encrypting data encryption with exactly 2 keys/passwordstwo keys (which could be password-based), but only needing exactly only one (either one) of the 2 keys/passwords two keys to decrypt the data?

For example, data gets is encrypted with a user's password and his company's password, and then him he or his company can decrypt the data. Neither of them know eachother's the other password. The Only one copy of the encrypted data is encrypted/stored exactly oncestored.

I don't mean public/private key. Probably via symmetric key cryptography and maybe it involves something like XORing the keys together to use them for encrypting.

Update: I would also like to find a solution that does not involve storing the keys at all.

show/hide this revision's text 3 added 43 characters in body

What are the fundamentals to accomplish encrypting data with exactly 2 keys/passwords, but only needing exactly one (either one) of the 2 keys/passwords to decrypt the data?

For example, data gets encrypted with a user's password and his company's password, and then him or his company can decrypt the data. Neither of them know eachother's password. The data is encrypted/stored exactly once.

I don't mean public/private key. Probably via symmetric key cryptography and maybe it involves something like XORing the keys together to use them for encrypting.

Update: I would also like to find a solution that does not involve storing the keys at all.

show/hide this revision's text 2 added 132 characters in body

encrypt Encrypt data with 2 keys/passwords, decrypt with 1

What are the fundamentals to accomplish encrypting data with exactly 2 keys/passwords, but only needing exactly one (either one) of the 2 keys/passwords to decrypt the data?

For example, a user first encrypts his data gets encrypted with his own a user's password and his company's password, and then him or his boss company can decrypt the data. Neither of them know eachother's password.

I don't mean public/private key. Probably via symmetric key cryptography and maybe it involves something like XORing the keys together to use them for encrypting.

Update: I would also like to find a solution that does not involve storing the keys at all.

show/hide this revision's text 1