JWT Decoder

Inspect tokens without sending them to a server.

No token detected

Paste a JWT above to decode its contents.

Understanding JWTs

Structure

A JWT consists of three parts separated by dots (.): the Header (algorithm info), the Payload (user data/claims), and the Signature (to verify authenticity).

Security Note

JWTs are encoded, not encrypted. This means anyone can read the payload (like this tool does). Never store sensitive info like passwords or social security numbers in a JWT payload.

Advertisement
RootUtils

RootUtils is a collection of fast, privacy-first online utilities built for developers, designers, and everyday users. All calculations happen in your browser.

Legal

Company

© 2025 RootUtils.com · Made with ☕ & Code.