mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-03-30 18:15:47 +00:00
When a CHANNEL_MSG (GRP_TXT) can't be decrypted, the decoder now includes: - channelHashHex: zero-padded uppercase hex string of the channel hash byte - decryptionStatus: 'decrypted', 'no_key', or 'decryption_failed' Frontend changes: - Packet list preview shows '🔒 Ch 0xXX (no key)' or '(decryption failed)' - Detail pane hex breakdown shows channel hash with status label - Detail pane message area shows channel hash info for undecrypted packets 6 new decoder tests (58 total): channelHashHex formatting, decryptionStatus for no keys, empty keys, bad keys, and short encrypted data. Fixes #123 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
13 KiB
13 KiB