|
|
|
|
|
by CodesInChaos
2274 days ago
|
|
You can't compress the ciphertext encrypted with typical encryption algorithms, because the output is indistinguishable from uniformly random bytes. But you can losslessly compress data encrypted with Caesar encryption, because it's unbelievably weak. |
|