| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Partial aes implementation and others improvements | Igor Tolmachev | 2024-07-20 | 1 | -8/+5 |
| | | |||||
| * | Optimize encryption | Igor Tolmachev | 2024-07-16 | 2 | -5/+2 |
| | | | | | | | - Add archive for testing encryption of compressed files - Implement incorrect password check - Use custom crc32 function | ||||
| * | Add traditional PKWARE decryption. | Igor Tolmachev | 2024-07-16 | 1 | -0/+1 |
| | | | | | | | - Compression and encryption may not work together - Password check is not yet implemented - Unoptimized crc32 function | ||||
| * | Add file indexation | Igor Tolmachev | 2024-07-14 | 1 | -4/+7 |
| | | |||||
| * | Fix lzma decompression | Igor Tolmachev | 2024-07-05 | 1 | -1/+1 |
| | | |||||
| * | Add compression support (lzma and xz are broken) | Igor Tolmachev | 2024-07-02 | 1 | -8/+11 |
| | | |||||
| * | Add `Clone` derive and edit trait types | Igor Tolmachev | 2024-06-30 | 1 | -6/+9 |
| | | |||||
| * | Create file driver and implement file reader | Igor Tolmachev | 2024-06-29 | 3 | -12/+26 |
| | | |||||
| * | Implement file getter in archive | Igor Tolmachev | 2024-06-27 | 1 | -0/+6 |
| | | |||||
| * | Add simple zip reader | Igor Tolmachev | 2024-06-23 | 3 | -0/+31 |
