5 ms·
Envelope encryption works for that - client generates a random symmetric key, encrypts the data symmetrically, then asymmetrically encrypts just the key (which
by tnmom 3y ago
Envelope encryption works for that - client generates a random symmetric key, encrypts the data symmetrically, then asymmetrically encrypts just the key (which is then thrown away on the client). Both the symmetrically encrypted body and asymmetrically encrypted key are sent.
- pests 3y agoYou just modify the client to leak the data before it's encrypted symmetrically. Keys don't matter at that point.