JWT Decoder / Encoder

Decode and inspect JWT tokens, or create signed JWTs directly in your browser.

About JWT

JSON Web Tokens (JWT) are self-contained tokens used for authentication. They consist of three Base64URL-encoded parts: Header, Payload, and Signature.

Format: xxxxx.yyyyy.zzzzz

🔒 100% Private

No data is sent to any server. All encoding and decoding happens locally in your browser.

Supported Algorithms

✅ HS256 (HMAC-SHA256)

✅ Unsigned (alg: "none")

RS256, ES256 — decode only

What is JWT Decoder & Encoder?

FileMint's JWT Tool is a free, secure, browser-based utility for decoding and encoding JSON Web Tokens (JWTs). Paste any JWT and instantly inspect its header, payload claims, and signature — all decoded and formatted for easy reading....