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 以查看头部和负载详情
Enter JWT Token
输入 JWT Token
Decode Token
解码 Token
Clear All
清除所有
Show Example
显示示例
Header
头部
Copy
复制
Payload
负载
Copy
复制
Signature Verification
签名验证
Signature verification requires the secret key
签名验证需要密钥
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!
已复制到剪贴板!