Skip to content

Kodlayıcılar ve Kripto

HMAC Oluşturucu

Ücretsiz HMAC oluşturucu. SHA-1, 256, 384 veya 512 ve herhangi bir sır ile HMAC imzaları oluşturun. Onaltılık ve Base64 çıktı. Web kancası imzalama, API kimlik doğrulaması için.

Runs in your browser
Input
Output
Hex
Base64

Editörün notu

Understanding · A signature, with a shared secret.

Bu ayrıntılı bölüm şu anda yalnızca İngilizce olarak sunulmaktadır. Yukarıdaki dönüştürme aracı sizin dilinizde çalışır; uzun açıklayıcı yazı henüz çevrilmemiştir.

Sıkça sorulan sorular

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.

İnsanlar ayrıca şunları arar

Use with

What people reach for next.

İlgili araçlar

More in this room.

Tümünü gör Kodlayıcılar ve Kripto