4 ms·
I think what OP meant to write: the zip encryption algorithm is a custom stream cypher that uses crc32 as the main building block. (It's a very bad cypher, vul
by carbonbee 4y ago
I think what OP meant to write: the zip encryption algorithm is a custom stream cypher that uses crc32 as the main building block.
(It's a very bad cypher, vulnerable to known plaintext and other attacks, don't use it for anything except light scrambling).
- mappu 4y agoNowadays most zip programs will default to using AES (in the way WinZip invented) instead of ZipCrypto.