Security

JWT Toolbox

Decode, verify (HS/RS) and generate JSON Web Tokens.

100% client-side · No upload

Header

{
  "alg": "HS256",
  "typ": "JWT"
}

Payload

{
  "sub": "1234567890",
  "name": "John Doe",
  "iat": 1516239022
}

Issued

1/18/2018, 8:30:22 AM