1c698fec913ff5d6f2e46faf3b57ba7d4d3667fa
- Worked example: 2-file archive (hello.txt + data.bin) with 323 bytes total - Real SHA-256 hashes computed for both files - Full annotated hex dump with byte-by-byte field annotations - Step-by-step shell decode walkthrough with dd/xxd commands - Shell reference functions: read_le_u16, read_le_u32, verify_hmac, decrypt_file - Kotlin reference: decrypt, HMAC verify, gzip decompress, SHA-256 verify - Busybox compatibility notes with od fallback for xxd - All offsets verified internally consistent via automated check Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
Rust
65.5%
Shell
20.4%
Kotlin
14.1%