Token 工具

JWT 解碼與 Token 檢查器

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 編碼器QR Code 工具IP 與 CIDR 計算器Gzip 與 Deflate 工具JWT 解碼器JWT 驗簽與 JWK 工具雜湊產生器密碼與 TOTPBase64 編碼器UUID 產生器圖片 metadata圖片壓縮Tiny 圖片壓縮器圖片工具箱 Pro螢幕錄製正則測試器文字 DiffMarkdown 與 Mermaid 預覽色彩與對比工具

法律

隱私權政策服務條款

© 2026 ZPTools. 保留所有權利。