开发者工具

Decode JWT online

Decode JWT header and payload in your browser (no verification).

全部工具

JWT Decoder

Upload file
Drag & drop a file here, or choose a file.
输入
输出

使用方法

  1. Paste a JWT token.
  2. Click Convert to decode header and payload.
  3. Copy the output.

Best practices

  • For best performance, try with smaller inputs first.
  • Preview the output before downloading or sharing it.
  • Avoid pasting sensitive data on shared devices.

隐私

部分工具在浏览器内运行。某些功能可能需要服务器处理。

示例
Example 1
输入
eyJhbGciOiJub25lIiwidHlwIjoiSldUIn0.eyJzdWIiOiIxMjMiLCJleHAiOjQ3MzM4MDAwMDB9.
输出

                                    
Example 2
输入
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiVG9vbHNPbmxpbmUiLCJpYXQiOjE3MDAwMDAwMDB9.signature
输出

                                    

Was this tool helpful?