Skip to content

Commit

Permalink
[add]: add index.md for web/glossary/hmac
Browse files Browse the repository at this point in the history
  • Loading branch information
IMHOJEONG committed Oct 5, 2023
1 parent 3afa69e commit fb489bd
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions files/ko/glossary/hmac/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: 해시 기반 메시지 인증 코드 (HMAC)
slug: Glossary/HMAC
l10n:
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34
---

{{GlossarySidebar}}

**해시 기반 메시지 인증 코드(Hash-based message authentication code, HMAC)**는 {{Glossary("cryptography", "암호학적인")}} 메시지 인증에 사용되는 프로토콜입니다.

모든 종류의 {{Glossary("Cryptographic hash function", "암호화 함수")}}를 사용할 수 있고, 그 강도는 기본 기능(예, SHA1 또는 MD5)과 선택한 비밀 키에 따라 다릅니다. 이러한 조합을 통해 HMAC 검증 {{Glossary("Algorithm", "알고리즘")}}은 HMAC-SHA1과 같은 복합 이름으로 알려져 있습니다.

HMAC는 무결성과 인증을 모두 보장하는 데 사용됩니다.

## 같이 보기

- [HMAC](https://en.wikipedia.org/wiki/Hash-based_message_authentication_code) on Wikipedia
- IETF의 [RFC 2104](https://www.ietf.org/rfc/rfc2104.txt)

0 comments on commit fb489bd

Please sign in to comment.