aboutsummaryrefslogtreecommitdiff
path: root/tests/files/archive_passwd.zip
Commit message (Collapse)AuthorAgeFilesLines
* Add AES encryptionIgor Tolmachev2024-07-211-0/+0
|
* Optimize encryptionIgor Tolmachev2024-07-161-0/+0
| | | | | | - 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/+0
- Compression and encryption may not work together - Password check is not yet implemented - Unoptimized crc32 function