Machine learningMessage authentication code
Hash-Based Message Authentication Code
HMACは、攻撃者が認証コードを偽造できないように、秘密鍵をハッシュ計算に特定の方法で埋め込むことによって機能する。単に鍵とメッセージを連結してハッシュ化するのではなく、HMACは鍵から派生したパディング値(ipadおよびopad)を使用した2つのネストされたハッシュ演算を使用する。この二重ハッシュ設計により、攻撃者がハッシュ衝突を見つけられたとしても、秘密鍵を知らずに有効なHMACを偽造することはできない。
手法の全文を読む
会員限定
ログイン無料アカウントでログインすると、このセクションを読めます。
Method map
The neighbourhood of related methods — select a node to explore.
出典
- Krawczyk, H., Bellare, M., & Crechanko, R. (1997). HMAC: Keyed-Hashing for Message Authentication. RFC 2104. link ↗
- Bellare, M., Canetti, R., & Krawczyk, H. (1996). Keying hash functions for message authentication. In Advances in Cryptology - CRYPTO 1996, LNCS 1109, pp. 1-15. DOI: 10.1007/3-540-68697-5_1 ↗
このページの引用方法
ScholarGate. (2026, June 3). Hash-Based Message Authentication Code. ScholarGate. https://scholargate.app/ja/cryptography/hmac
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
Compare side by side →