Skip to content

Latest commit

 

History

History

Authentication

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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}