FAQ
JWT Decoder and Signature Verifier FAQ
Frequently asked questions for the jwt decoder and signature verifier.
Page Summary
Paste a JWT to review its header and payload, inspect claim values and optionally verify HS256, HS384 or HS512 signatures with a local secret.
Review the most common usage questions before moving into production usage.
Frequently Asked Questions
Does this tool upload my JWT token?
No. JWT decoding and HMAC-based verification are performed in the browser during normal use.
Which signature algorithms are supported?
This page supports HS256, HS384 and HS512 verification for HMAC-based JWT tokens.
Can I review exp, iat and nbf as readable dates?
Yes. Standard JWT time claims are converted into easier-to-read date and time values.