Typical use
Input
Paste an eyJ... token
Output
Shows the header and payload as formatted JSON.
Decode JWT headers and payloads, with optional HMAC-SHA256 signature verification.
Use this page to decode JWT headers and payloads and verify HMAC signatures. It focuses on a JWT string and optional secret and produces header, payload, and signature validation result.
Paste an eyJ... token
Shows the header and payload as formatted JSON.
The input is mainly processed in your browser, and the page only uses browser capabilities needed to generate the result.