Documentation
¶
Overview ¶
Package codec provides the small, pure encode/decode transforms behind the Decoder tool and the MCP `decode` tool: base64, URL, hex, HTML entities, and JWT inspection, plus a best-effort "smart" auto-decode.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Ops = []string{
"base64encode", "base64decode",
"urlencode", "urldecode",
"hexencode", "hexdecode",
"htmlencode", "htmldecode",
"jwtdecode", "smart",
}
Ops lists every supported operation id (also the order shown in the UI).
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.