You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.