Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 421 Bytes

File metadata and controls

30 lines (22 loc) · 421 Bytes

Authentication

Author: Marin Radu


Description

Decode a JWT (JSON Web Token).

Requirements

  • web authentication

Solve

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}