JWT Decoder
Paste any JWT to decode its header and payload, see registered claims like exp and iat, and optionally verify an HS256 signature with a secret. All decoding happens locally.
🔒 Privacy: all processing happens locally in your browser. Nothing is uploaded.
Verify HS256 signature
Related tools
JSON Formatter
Format, validate and minify JSON in your browser. No data is ever uploaded.
JSONValidateMinify
JSON Diff
Compare two JSON documents side by side and see differences instantly.
JSONCompareDiff
Base64 Encoder/Decoder
Encode text or files to Base64, or decode Base64 back to readable text.
Base64EncodeDecode
Hash Generator
Generate SHA-1/256/384/512 and MD5 hashes using your browser Web Crypto.
SHAMD5Hash