a11y.skipToMainContent
1

JWT 高级解码器

粘贴任何 JWT 符号来解码其标题、有效载荷和签名。 查看算法信息,到期索赔,以及符号有效性.

JWT Decoder
Paste JWT Token
Header
 
Payload
 
Signature
 
More options
Was this tool helpful?
Send output to:
Advertisement

How to use JWT Decoder Advanced

  1. 粘贴您的 JWT 令牌到输入字段 .
  2. 查看解码头和有效载荷.
  3. 检查到期和其他报销.
  4. 可选输入一个秘密来验证签名.

{姓名}是什么来着?

A JWT(JSON Web Token)解码器解析出JWT标志的三个部分:头、有效载荷和签名。 它显示所用的算法、解码债权、到期时间和其他标准登记债权。

这个高级解码器还显示了算法细节,令牌结构分解,并帮助调试常见的JWT问题,如过期令牌,无效的签名和错误的令牌.

Advertisement

FAQ

支持什么JWT算法?
解码器支持HS256,HS384,HS512,RS256,RS384,RS512,ES256,ES384,ES512和PS256,PS384,PS512.
我的代币被送到服务器了吗?
不 —— 解码完全发生在您的浏览器中 。 用秘密进行核查也是在客户端进行的.

Related tools

Author

MW
Marcus Webb"The DevTool Craftsman"

Full-Stack Developer & Tools Architect

Marcus has been writing code since the dial-up era. He has contributed to open-source developer tools, built CI/CD pipelines for startups, and debugged production incidents at 3 AM more times than he would like to admit. His philosophy is that the best developer tool is the one that gets out of your way, and he writes about practical tooling that helps teams ship faster with fewer headaches.

Advertisement