-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[add]: add index.md for web/glossary/hmac
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |