~/jwt-encoder/decoder
$

JWT Encoder/Decoder

Decode, verify, and generate JSON Web Tokens. Runs entirely in your browser.

alg

Encoded Token

headerpayloadsignature
HEADER
PAYLOAD
VERIFY SIGNATURE(Optional)

Enter the secret used to sign the JWT:

Valid secret
i

JSON Web Tokens (JWT) are an open standard RFC 7519 for securely transmitting information between parties. This tool runs entirely in your browser — tokens and secrets never leave your machine.