| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| LRGEX-Compress-v1.7.1-setup.exe | 2026-08-12 | 9.7 MB | |
| README.md | 2026-08-12 | 915 Bytes | |
| v1.7.1 source code.tar.gz | 2026-08-12 | 993.1 kB | |
| v1.7.1 source code.zip | 2026-08-12 | 1.1 MB | |
| Totals: 4 Items | 11.8 MB | 1 | |
🔧 Fixes
- AES-256 encrypted ZIP detection: 7-Zip-created encrypted ZIPs now correctly
detected via CompressionMethod::AES + PasswordRequired error (the zip crate's
encrypted()flag misses AES-256). Password prompt appears for these archives. - Encrypted ZIP extraction: pre-scan loop now uses password when summing file sizes (was hitting encrypted entries first and erroring before extraction started).
- Progress watchdog: corrupt archives that cause the decoder to stall now show "Archive appears corrupt" after 15s instead of hanging forever.
- RAR4 support: confirmed working (tested with real RAR4 archive from unrar.rs test data).
- Compiler warnings: reduced from 27 to 15 via cargo fix.