主题
标记为「decode」
3 篇
全部主题
- 资源ToolBase64 Encoder/DecoderEncode text to Base64 or decode it back. UTF-8 safe via TextEncoder/TextDecoder. Pasting binary headers, decoding JWT bodies, dropping images into data URIs — Base64 is the lingua franca.
- 资源ToolURL Encoder/DecoderRound-trip query strings and path segments through encodeURI / encodeURIComponent. Debugging redirects and OAuth callbacks goes faster when you can see the percent-encoded shape directly.
- 资源ToolJWT DecoderInspect a JWT — header + payload, issued/expiry badges. Decode-only, no verification. Quickly check what claims a token carries without spinning up a curl + Python one-liner.