Skip to content

인코더 및 암호

HMAC 생성기

무료 HMAC 생성기. SHA-1, 256, 384 또는 512 및 모든 비밀 키를 사용하여 HMAC 서명을 생성합니다. 16진수 및 Base64 출력. 웹훅 서명, 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.

모두 보기 인코더 및 암호