Trình giải mã JWT trực tuyến — Giải mã header và payload miễn phí

Giải mã JSON Web Token trong trình duyệt để kiểm tra header và payload. Chữ ký KHÔNG được xác thực — chỉ dùng để debug.

Dán JWT bên dưới. Header và payload được giải mã cục bộ từ Base64URL; token không rời khỏi trang.

Trường hợp sử dụng phổ biến

Câu hỏi thường gặp

Why isn't the signature verified?+

Verification needs the issuer's public key (RS256 / ES256) or shared secret (HS256). That is an infrastructure decision — use jose / jsonwebtoken with the right key for that. This tool decodes only.

Is my token safe to paste here?+

Decoding runs entirely in your browser; the token never leaves the page. However, an ACTIVE access token still carries your identity — if it is in use, redact sensitive claims after debugging.

Why does my token decode to gibberish?+

It is probably not a JWT. Real JWTs always have three Base64URL parts separated by dots (header.payload.signature). Opaque tokens (random strings) do not decode to JSON.

Công cụ

MẸO BẢO MẬT

Đang dùng mật khẩu mặc định? Bảo vệ mạng của bạn bằng mã hóa NordVPN.