aboutsummaryrefslogtreecommitdiff
path: root/tests/files
Commit message (Collapse)AuthorAgeFilesLines
* Add more testsigorechek062024-08-102-0/+0
|
* Add AES encryptionIgor Tolmachev2024-07-212-0/+0
|
* Add tests and fix bugsIgor Tolmachev2024-07-162-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
* Add zstd compression and fix bugsIgor Tolmachev2024-07-121-0/+0
|
* Add compression support (lzma and xz are broken)Igor Tolmachev2024-07-022-0/+0
|
* Create file driver and implement file readerIgor Tolmachev2024-06-291-0/+0
|
* Implement file getter in archiveIgor Tolmachev2024-06-271-0/+0