cyberchef_jwt_decode
Decode and inspect JSON Web Tokens without a secret key. Parse the JOSE header, claims payload, expiration, and flag dangerous 'none' algorithm.
Instructions
Decodes and inspects JSON Web Tokens (JWT) without requiring a signature secret. Parses and validates the Jose header, claims payload, algorithm specifications, expiration dates, and detects dangerous 'none' algorithms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | The complete encoded JSON Web Token in standard 'header.payload.signature' dot-separated format. |