JWT 解码器 在线工具

Free 免费 · 无需注册 · 数据不上传
JWT TOKEN
Error

更多开发工具

哈希生成器
MD5/SHA-256
HMAC 生成器
HMAC-SHA256
AES 加密
AES-256
Base64
编码/解码
URL 编码
百分比编码
正则表达式
实时测试
时间戳
Unix ↔ 日期
JSON 格式化
格式化、验证与压缩

为什么这是最好的在线 JWT 解码器

Decode Header & Payload

Instantly decode both the JWT header (algorithm, token type) and payload (claims, user data) into readable JSON.

过期时间检查

Automatically detects the exp claim and tells you whether the token is expired, and how long until it expires.

纯客户端处理

Your JWT token never leaves your browser. Decoding happens entirely in JavaScript — safe for production tokens.

所有 JWT 类型

Works with HS256, RS256, ES256, and all standard JWT signing algorithms for the decode/inspection step.

常见问题

Can this tool verify JWT signatures?

No. This tool only decodes the header and payload for inspection. Signature verification requires the secret key and should be done server-side.

Is it safe to paste a real JWT token here?

The decoding is 100% client-side — no data is sent to any server. However, treat JWT tokens as sensitive credentials and regenerate them if you suspect exposure.

What is the exp claim in a JWT?

The exp (expiration) claim is a Unix timestamp indicating when the token expires. This tool automatically reads it and shows you the human-readable expiry time and whether it has passed.

深度指南
开发者安全工具指南
哈希、HMAC、AES、RSA 与 JWT
阅读指南