Developer
UUID Generator
Generate random version 4 UUIDs in bulk and copy or download them.
Open toolDeveloper
Paste a JSON Web Token to read its header and payload. Timestamps are shown as readable dates and expiry is checked against your clock.
Good to know
No. Verification requires your signing key, which should never be pasted into a website. Verify server-side instead.
No. Decoding happens entirely in your browser.
They are Unix timestamps in seconds; the tool converts them to your local time for readability.
Not usually. A standard JWT is signed, not encrypted, so anyone holding it can read the payload.