Input

or press ⌘ Enter in the token field

Decoded output will appear here
Paste a token and click Decode. JWTs decode without a key; JWE tokens require a private or symmetric key.

Supported key types

RSA Private (JWK)kty: "RSA" with d, p, q — for RSA-OAEP, RSA-OAEP-256EC Private (JWK)kty: "EC" with d — for ECDH-ES, ECDH-ES+A256KWSymmetric (JWK)kty: "oct" with k — for dir+AES, HS256/384/512JWKS{ "keys": [...] } — server tries each key automaticallyNot needed for JWTPlain JWTs (3 parts) are decoded without a key