令牌工具

JWT 解码与令牌检查器

Decode JWT headers and payloads, inspect exp and nbf claims, and copy token sections locally in your browser.

JWT input

Paste a token to inspect it locally.

This decoder does not verify signatures. Use it to inspect structure and claims before validating the token in your application or identity provider.

Status

Expired
No nbf claim
alg: HS256

Header

{
  "alg": "HS256",
  "typ": "JWT"
}

Payload

{
  "sub": "usr_8f3a2b1c",
  "name": "Alex Chen",
  "iat": 1746053200,
  "exp": 1746056800,
  "scope": "api:read"
}

Signature

signature

功能亮点

Segment Decoder

Separates header, payload, and signature with readable JSON output.

Claim Timing

Highlights expiration and not-before claims against your current browser time.

Verification Boundary

Clearly distinguishes inspection from cryptographic signature verification.

Private Tokens

Token text is decoded locally without a server round trip.

Algorithm View

Shows common header fields such as alg, typ, kid, and custom metadata.

Copyable Output

Copy decoded JSON into tests, bug reports, or auth debugging notes.

常见问题

No. It decodes and inspects JWT segments only. Signature verification requires a trusted secret or public key and should happen in your app or identity provider.

No. The token is parsed in your browser and is not sent to ZPTools servers.

The tool highlights exp and nbf timing, displays the algorithm from the header, and preserves every custom claim in the decoded payload.

持续增长的高效、隐私优先开发者工具集合。所有工具都在浏览器中运行,数据不会离开你的设备。

工具

JSON 解析器JSON Schema 校验器JSON 转换器JSON 转 TypeScriptOpenAPI 查看器代码格式化SQL 格式化cURL 转换器时间戳转换器Cron 解析器URL 编码器二维码工具IP 与 CIDR 计算器Gzip 与 Deflate 工具JWT 解码器JWT 验签与 JWK 工具哈希生成器密码与 TOTPBase64 编码器UUID 生成器图片元数据图片压缩Tiny 图片压缩器图片工具箱 Pro屏幕录制正则测试器文本 DiffMarkdown 与 Mermaid 预览颜色与对比度工具

法律

隐私政策服务条款

© 2026 ZPTools. 保留所有权利。