Author: Marin Radu
Decode a JWT (JSON Web Token).
- web authentication
Go to https://jwt.io, insert the authentication token, and decode it.
{
"author": "ChronosPK",
"role": "admin",
"flag":"CSCTF{deC0ding_a_JS0N_t0k3n}",
"iat": 2626262626
}
Flag:
CSCTF{deC0ding_a_JS0N_t0k3n}