Utilivy
All-in-one tools for smart life
EN

JWT Decoder

JWT 解码工具

Decode JSON Web Tokens to view header and payload details

解码 JSON Web Tokens 以查看头部和负载详情

How to Use 使用说明

  • 1. Enter JWT token in the input field
  • 1. 在输入框中输入 JWT token
  • 2. Click "Decode Token" to view details
  • 2. 点击"解码 Token"查看详情
  • 3. View header and payload information
  • 3. 查看头部和负载信息
  • 4. Copy results using the copy buttons
  • 4. 使用复制按钮复制结果

About JWT 关于 JWT

  • ▸ JSON Web Tokens for secure data transfer
  • ▸ 用于安全数据传输的 JSON Web Tokens
  • ▸ Consists of Header, Payload, and Signature
  • ▸ 由头部、负载和签名组成
  • ▸ Commonly used for authentication
  • ▸ 常用于身份验证
  • ▸ Base64Url encoded JSON data
  • ▸ Base64Url 编码的 JSON 数据

JWT Structure JWT 结构

Header
:
Algorithm & token type

Payload
:
Claims (user data)

Signature
:
Verification signature
Copied to clipboard! 已复制到剪贴板!