← Back to all tools

JWT Decoder & Encoder

This tool runs entirely in your browser. No data is sent to a server.

If you want a better version, use jwt.io. If I'd know about that before I created this, I wouldn't have needed it.

Verify Signature

Header (Algorithm & Token Type)

{}

Payload (Data)

{}

Signature

The signature is base64url encoded and verifies the token hasn't been tampered with.

-

Header (JSON)

Payload (JSON)

Signature Key

For RS256+, provide the Private Key in PEM format.