Skip to content

VPack Archiver v1.1.0 - Universal Archive Manager & Explorer

Choose a tag to compare

@LeTrollologist LeTrollologist released this 26 Aug 02:06
· 14 commits to master since this release

πŸ— VPack Archiver v1.1.0

✨ What's New

  • VPK2 Central Directory Format β€” O(1) random-access seeks via End-of-Central-Directory (EOCD) footer at EOF
  • Universal Directory & Tree Packing β€” Recursive folder compression preserving full path structures, permissions, and timestamps
  • Password Protection & Encryption β€” SHA-256 authenticated stream cipher for encrypted archives (-p )
  • RFC 8032 Ed25519 Digital Signatures β€” Publisher signing & tamper-proofing (keygen + -s )
  • WinRAR-Style Console Explorer β€” Interactive table with icons, sizes, ratios, CRC-32 checksums, and timestamps
  • Hardware-Accelerated CRC-32 β€” SSE4.2 / ARMv8 checksum at > 6.2 GB/s
  • CPU Benchmark Suite β€” Integrated compression / decompression throughput measurement (vpack b)
  • Comprehensive Unit Test Suite β€” Round-trip extraction, password encryption, wrong-password rejection, integrity, and Ed25519 signature verification
  • Automated Test Workflows β€” Unit test suite and automated release binary packaging

πŸ”§ Fixes & Improvements

  • Clippy lint fixes (needless borrows, import ordering)
  • Release build profile: LTO thin, stripped, single codegen unit for minimal binary size

πŸ“¦ Downloads

Platform Binary
Windows x86_64 \οΏ½pack-archiver-windows-x86_64.exe\
Windows (zip) \οΏ½pack-archiver-v1.1.0-windows-x86_64.zip\

πŸ“– Documentation

See the full README and CHANGELOG for complete details.