diff options
Diffstat (limited to 'files/ja/glossary/hmac/index.html')
-rw-r--r-- | files/ja/glossary/hmac/index.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/files/ja/glossary/hmac/index.html b/files/ja/glossary/hmac/index.html new file mode 100644 index 0000000000..fba8170ff9 --- /dev/null +++ b/files/ja/glossary/hmac/index.html @@ -0,0 +1,29 @@ +--- +title: HMAC +slug: Glossary/HMAC +tags: + - Cryptography + - Glossary + - Hash + - Security +translation_of: Glossary/HMAC +--- +<p><span class="seoSummary"><abbr title="Hash-based message authentication code">HMAC</abbr> は、{{Glossary("cryptography", "暗号的")}}にメッセージを認証するために使用されるプロトコルです。</span> どのような種類の{{Glossary("Cryptographic hash function", "暗号化関数")}}も使用でき、その強さは基礎となる関数(たとえば SHA1 または MD5)と選択された秘密鍵に依存します。このような組み合わせでは、HMAC-SHA1 などの複合名で HMAC 検証{{Glossary("Algorithm", "アルゴリズム")}}が認識されます。</p> + +<p>HMAC は、完全性と認証の両方を保証するために使用されます。</p> + +<h2 id="Learn_more" name="Learn_more">より詳しく知る</h2> + +<h3 id="General_knowledge" name="General_knowledge">一般知識</h3> + +<ul> + <li>Wikipedia 上の {{Interwiki("wikipedia", "HMAC")}}</li> +</ul> + +<h3 id="Technical_reference" name="Technical_reference">技術文書</h3> + +<ul> + <li> + <p>IETF の <a href="http://www.ietf.org/rfc/rfc2104.txt">RFC 2104</a> (英語)</p> + </li> +</ul> |