Công cụ Developer
JWT Decoder
Decode and inspect JWT token header and payload
Được tin dùng bởi hơn 10k developer
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
Tiếp tục khám phá
Công cụ Công cụ Developer khác bạn có thể thích…
Định dạng JSON
Làm đẹp và kiểm tra JSON với cú pháp tô màu
Dùng ngay
Base64 mã hóa/giải mã
Mã hóa và giải mã chuỗi Base64
Dùng ngay
URL Encoder/Decoder
Encode and decode URL components and query strings
Dùng ngay
Tạo UUID
Tạo định danh UUID duy nhất
Dùng ngay
Hash Generator
Generate MD5, SHA-1, SHA-256, and SHA-512 hashes from text
Dùng ngay
Regex Tester
Test and debug regular expressions with match highlighting
Dùng ngay
HTML Formatter
Beautify and format HTML code with proper indentation
Dùng ngay
CSS Minifier
Minify CSS code by removing whitespace and comments
Dùng ngay