ToolPal

JWTエンコーダー

カスタムペイロードクレームで署名済みJSON Web Token(JWT)を作成します。ブラウザ内でHS256(HMAC-SHA256)を使って完全に署名します。

アルゴリズムHS256
クイック追加:
キー

使い方

カスタムペイロードクレームで署名済みJSON Web Token(JWT)を作成します。ブラウザ内でHS256(HMAC-SHA256)を使って完全に署名します。

  1. 1Enter a secret key in the Secret field — use any string for testing, but never your real production secret.
  2. 2Edit the payload claims in the table. Click 'Add Claim' to add new key-value pairs.
  3. 3Use the Quick Add buttons to insert standard claims like iss (issuer), exp (expiration), or aud (audience).
  4. 4Click 'Generate Token' to sign the JWT using HMAC-SHA256 (HS256) in your browser.
  5. 5Copy the generated JWT and use it in your application, Postman, or API testing tool.

主な機能

  • HS256 signing via Web Crypto API — runs entirely in your browser, nothing sent to servers
  • Editable payload claims table — add, remove, and edit any key-value claim
  • Smart type coercion — numbers and booleans are encoded as JSON types, not strings
  • Quick Add buttons for standard JWT claims (iss, exp, aud) with sensible defaults
  • Color-coded output matching the JWT Decoder — red header, purple payload, cyan signature

よくある質問

詳しく読む