|
|
|
|
|
by sandov
2244 days ago
|
|
Tangential (and noob) question: Could there be an encryption+compression scheme where: 1. Sender sends an encrypted stream at K bps. 2. Server takes the encrypted stream and compresses it, without decrypting anything. It then sends encrypted+compressed stream at J bps (J<K) to end recipient. 3. The end recipient decrypts the compressed stream using a key provided by the original sender, not the server. This with reasonably secure encryption and reasonably size-efficient codecs, obviously. So the step 2 would add compression additional to the compression of the original codec. Is this mathematically possible? |
|
You can't compress random noise.
Ergo, you can't compress encrypted data. It's a nice idea though.