explore
impact
JWT Tools
JWT Decoder
JWT Token
Decode JWT
JWT Encoder
Header (JSON)
{ "alg": "HS256", "typ": "JWT" }
Payload (JSON)
{ "sub": "1234567890", "name": "John Doe", "iat": 1516239022 }
Algorithm
HS256 (HMAC with SHA-256)
HS384 (HMAC with SHA-384)
HS512 (HMAC with SHA-512)
Secret Key
Encode JWT