a11y.skipToMainContent
1

JWT エンコーダ & 署名者

JWTのビルドと署名 — HS256 / HS384 / HS512を選択し、ヘッダーとペイロード(JSON)を貼り付け、秘密を提示し、署名されたトークンを取得します。 Web クリプト API を使用します。 秘密はブラウザを離れません.

Was this tool helpful?
Send output to:
Advertisement

How to use JWT Encoder / Signer

  1. アルゴリズム + シークレットを設定します.
  2. ヘッダーとペイロードJSONをタイプまたはペーストします.
  3. JWT のエンコードをクリックします.
  4. 署名されたトークンをコピーします.

JWT エンコーダー / 署名とは?

署名されたJWTsを期待するテストAPIエンドポイントに有用です。 署名は、Web Crypto API の HMAC のサブトルを介してブラウザ内で行われます。 サインアップ RS256/ES256(非対称)署名には、別々のキー管理フローが必要です。これらは未対応です。

Advertisement

FAQ

秘密はどこに送られますか?
いいえ — すべての署名は Web クリプトを介してローカルです。 秘密は記憶にとどまります.
RS256/ES256対応?
それでも HMAC のバリアントだけ。 RSA / ECDSAは秘密鍵管理が必要です.

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.

← Back to Developer Tools · All tags

Last updated:

Advertisement