|
|
|
|
|
by iraqmtpizza
782 days ago
|
|
Encrypting without zipping doesn't leak any information about the content. You can't rule out certain byte sequences (other than by total length) just by looking at the ciphertext length. If "oui" compresses to two bytes and "non" compresses to one byte, and then you go over them with a stream cipher, which is which: A: ; B: *& |
|