开发者工具
JWT Decoder
Decode and inspect JWT token header and payload
深受 1 万+ 开发者信赖
This tool decodes JWT tokens client-side without verification. Never share production tokens with any online tool.
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c
Header
{
"alg": "HS256",
"typ": "JWT"
}Signature
SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c
Signature is not verified
Payload
{
"sub": "1234567890",
"name": "John Doe",
"iat": 1516239022
}Issued: 1/18/2018, 1:30:22 AM
继续探索
您可能喜欢的其他 开发者工具…
JSON 格式化
格式化并校验 JSON,支持语法高亮
立即试用
Base64 编码/解码
对 Base64 字符串进行编码与解码
立即试用
URL Encoder/Decoder
Encode and decode URL components and query strings
立即试用
UUID 生成器
生成唯一 UUID
立即试用
Hash Generator
Generate MD5, SHA-1, SHA-256, and SHA-512 hashes from text
立即试用
Regex Tester
Test and debug regular expressions with match highlighting
立即试用
HTML Formatter
Beautify and format HTML code with proper indentation
立即试用
CSS Minifier
Minify CSS code by removing whitespace and comments
立即试用