JWT Decoder & Validator

Decode JSON Web Tokens and verify HS256 signatures. Everything runs locally in your browser — nothing is sent to a server.

JSON Web Token
adrianmartinez@jwt-decoder:~$

> All decoding happens locally in your browser

> The token and secret are never sent to a server

> Only HS256 signature verification is supported

>