JWT content analysis
View the JWT header, load and standard time fields locally, and do not upload tokens.
JWT content analysis User manual
- Fill in the parameters or select the file according to the form, and check the unit and format first.
- Paste the test JWT, check the header and payload.
- Click the processing button to view the results, you can copy or download and save.
Calculation method and processing rules
Decode the first two paragraphs of the three-segment JWT according to the base64URL, and do not verify the signature.
scope of use
Parsing success does not represent trusted, valid or authenticated; encrypted JWE is not supported.
Will the input content be saved on the server?
This tool handles input in the browser, and does not upload files or form content. Typing practice scores are only saved in the native browser.
Why may the result be different from other tools?
Parsing success does not represent trusted, valid or authenticated; encrypted JWE is not supported. Please compare the input unit, rounding method, applicable rules and data version first.