Skip to content

v1.2.0

Choose a tag to compare

@nyarime nyarime released this 05 May 23:13
· 3 commits to main since this release

All planned features now implemented ✅

  • Zlib/High compression (Z3–Z9): Read + write using compress/zlib
  • CRC-16 stream cipher encryption: Password-protected image support
    • CRC-16/ARC polynomial 0xA001, keystream derived from password
    • SetPassword() + automatic decrypt during DecompressPartition()
  • Span file support (.ghs): OpenSpanned() auto-discovers continuation files
  • CLI: --password=PWD and --spanned flags for extract
  • 7 tests passing