5 ms·
You encode the cleartext with a single master key. Then you encrypt the master key with multiple keys and store it together with the encrypted cleartext. This
by throwaway019254 2y ago
You encode the cleartext with a single master key. Then you encrypt the master key with multiple keys and store it together with the encrypted cleartext.
This will not take much more space as only the master key is encrypted multiple times.
Now anybody who has one of the keys can decrypt the master key and subsequently decrypt the cleartext.
- indulona 2y agoso simple!