aboutsummaryrefslogtreecommitdiff
path: root/src/zip/encryption.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add more `#[inline]` markersIgor Tolmachev2024-07-171-11/+11
|
* Add tests and fix bugsIgor Tolmachev2024-07-161-1/+1
|
* Optimize encryptionIgor Tolmachev2024-07-161-11/+38
| | | | | | - Add archive for testing encryption of compressed files - Implement incorrect password check - Use custom crc32 function
* Add traditional PKWARE decryption.Igor Tolmachev2024-07-161-0/+62
- Compression and encryption may not work together - Password check is not yet implemented - Unoptimized crc32 function