JWT Decoder & Encoder

Decode JSON Web Tokens to inspect header and payload. Enable signing mode with a secret/private key to edit and re-sign tokens.

JWT Token
Header

Loading editor...

Payload

Loading editor...

About JWT: JSON Web Tokens (JWT) are an open standard (RFC 7519) for securely transmitting information between parties as a JSON object. Enable signing mode and provide a secret (for HS* algorithms) or private key in PKCS8 PEM or JWK format (for RS*/ES* algorithms) to edit the payload and generate a new signed token.