Decode, verify, and generate JSON Web Tokens entirely in your browser.
Verification is optional and local — your secret never leaves this browser.
Paste a JWT above to decode header and payload.
Paste a JWT above to decode header and payload.
JSON Web Tokens carry signed claims between services. RookJWT never transmits your token to a server — decoding, verification, and signing use the Web Crypto API and jose locally.