Skip to content

ThrottleGear-0.1.0

Choose a tag to compare

@scardracs scardracs released this 20 Jun 19:17
d3b2148

[0.1.0] - 2026-06-20

Added

  • Rust Migration: Complete migration from Python to Rust, rewriting all core cryptographic, XML processing, and quirk extraction logic to form a standalone utility.
  • Zero Crate Dependencies: The tool is compiled without third-party crates, utilizing standard library modules and direct FFI bindings to the system's pre-installed OpenSSL libcrypto library.
  • CLI Enhancements: Added multi-word username parsing (e.g., -U First Last) for patch author metadata formatting.
  • Unit Testing: Introduced a unit test suite covering Base64 codecs, key/IV derivation, and AES CBC cryptors.