Skip to content

エンコーダー&暗号化

HMACジェネレーター

無料のHMACジェネレーター。SHA-1、256、384、または512と任意のシークレットを使用してHMAC署名を作成します。HexおよびBase64出力。Webhookの署名、API認証に。

Runs in your browser
Input
Output
Hex
Base64

編集者注

Understanding · A signature, with a shared secret.

この詳細な解説章は現在、英語版のみで提供されています。上の変換ツールはあなたの言語で動作しますが、長文の解説記事はまだ翻訳されていません。

よくある質問

Quick answers.

What is HMAC?

Hash-based Message Authentication Code — a way to verify a message hasn't been tampered with using a shared secret. Common in webhook signing.

Is HMAC encryption?

No — HMAC is authentication. The message itself is in cleartext; HMAC just lets the receiver verify it came from someone with the same secret.

Which algorithm should I use?

HMAC-SHA256 is the modern default. HMAC-SHA1 is still common in older systems but should be avoided for new work.

Is my secret sent to a server?

No — generation runs entirely in your browser via the Web Crypto API.

Is the generator free?

Yes — fully free, no signup.

他の人はこちらも検索しています

Use with

What people reach for next.

関連ツール

More in this room.

すべて表示 エンコーダー&暗号化