🔢
🔑

Decode and Inspect JWT Tokens

Decode the header and payload sections of a JSON Web Token (JWT) to inspect its claims.

ບໍ່ຈໍາເປັນຕ້ອງເຂົ້າສູ່ລະບົບ

JWT tips

🔑

JWTs have three parts separated by dots: header.payload.signature. Each part is Base64URL encoded. Decode the first two to inspect claims.

💡

Base64URL differs slightly from standard Base64: - replaces +, _ replaces /, and padding (=) is omitted. The decoder handles this automatically.

🛡️

Never decode a JWT on an untrusted public tool if it contains sensitive data. This tool processes everything locally in your browser.

⏱️

The payload contains exp (expiry), iat (issued at), and sub (subject) claims as Unix timestamps. Convert them to see exact expiry dates.

ມັນເຮັດວຽກແນວໃດ

1
ເຂົ້າ
Enter your data into the tool above. Everything stays local to your browser.
2
ຂະບວນການ
The tool processes your data instantly in your browser using JavaScript. No server, no waiting.
3
ດາວໂຫຼດ
Get your result instantly. Nothing is stored after you leave the page — complete privacy.

ເປັນຫຍັງຕ້ອງໃຊ້ຂອງພວກເຮົາ?

ບໍ່ເສຍຄ່າຢ່າງສົມບູນ - ບໍ່ມີຄ່າໃຊ້ຈ່າຍທີ່ເຊື່ອງໄວ້, ເຄີຍ
ບໍ່ມີບັນຊີ, ອີເມວ, ຫຼືເຂົ້າສູ່ລະບົບ
ໄຟລ໌ບໍ່ເຄີຍອອກຈາກອຸປະກອນຂອງທ່ານ
ບໍ່ມີຂອບເຂດຈໍາກັດຂະຫນາດໄຟລ໌ໃດໆ
ບໍ່ມີ watermarks ໃນຜົນຜະລິດໃດໆ

Also check out…

ຄໍາຖາມທີ່ຖາມເລື້ອຍໆ