約 38,200 件の結果
リンクを新しいタブで開く
  1. In cryptography, an HMAC (sometimes expanded as either keyed-hash message authentication code or hash-based message authentication code) is a specific type of message authentication code (MAC) involving a cryptographic hash function and a secret cryptographic key.
    詳細情報:
    In cryptography, an HMAC (sometimes expanded as either keyed-hash message authentication code or hash-based message authentication code) is a specific type of message authentication code (MAC) involving a cryptographic hash function and a secret cryptographic key.
    en.wikipedia.org/wiki/HMAC

    ハッシュ関数は任意の長さのデータを固定長の「指紋(一般にハッシュ値やダイジェストと呼ばれます)」に変換し、データの完全性を確認するために使用されます。 一方、MACは共通鍵を使用してデータの完全性と認証を同時に提供します。 これらの技術は現代の暗号システムにおいて、機密性と並んで重要な役割を果たしています。 ※この記事は、文章案の作成や表現の調整、内容の検証や修正のサポート等に生成AIを利用しています。 ハッシュ関数は、任意の長さのデータを固定長の「指紋」に変換する関数です。 この変換により、元のデータが少しでも変更されると、生成される指紋も大きく変化します。 …

    qiita.com/naoki_hayashida/items/616c1d3676be2b…

    ハッシュ関数(Hash Function)を一言で表現するなら、 「どんなデータも固定長の文字列に変換する、一方通行の計算式」 です。 例えば、「こんにちは」という5文字の文章をSHA-256というハッシュ関数で処理すると、以下のような64文字の文字列(16進数表記)に変換されます。 e5f3ca8c8e8c8b8f8a8d8c8e9f9a9b9c9d9e9f0a0b0c0d0e0f... 驚くべきことに、100ページの論文をSHA-256で処理しても、出力される文字列は同じ64文字です。 この「固定長に変換する」という特性が、データの完全性を効率的に検証する鍵となっています。 …

    bksuccess.net/hash-functions-and-mac/

    メッセージ認証コード (MAC) や HMAC (ハッシュベースのメッセージ認証コード)および KDF (鍵導出関数)は、暗号学において重要な役割を果たします。 ここでは、どのような場面でMACが必要となるか、HMACの計算方法、およびそれが鍵導出関数とどのように関連しているかについて説明します。 メッセージ認証コード (MAC) は、与えられた鍵とメッセージによって計算される暗号コードです: 通常、これはハッシュ関数のように振る舞います。 メッセージや鍵のわずかな変更でも、全く異なる MAC値 が得られます。 …

    tex2e.github.io/blog/crypto/mac-and-key-derivation

    バッジを受け取った著者にはZennから現金やAmazonギフトカードが還元されます。

    zenn.dev/tocot/articles/mac-hash-check
  2. 第3回 ハッシュ関数とメッセージ認証コード(MAC)【連載:暗号 ...

    2026年2月25日 · これが ハッシュ関数 と メッセージ認証コード(MAC) の役割です。 ハッシュ関数は任意の長さのデータを固定長の「指紋(一般にハッシュ値やダイジェストと呼ばれます)」に変換 …

  3. データの改ざんを100%検知する技術「ハッシュ関数とMAC」完全 ...

    2025年12月11日 · 以下の練習問題は、ハッシュ関数の性質(一方向性や衝突困難性など)から、MACの仕組みやデジタル署名との違いまで、試験で問われやすいポイントを網羅した全10問です。 …

  4. HMAC - Wikipedia

    In cryptography, an HMAC (sometimes expanded as either keyed-hash message authentication code or hash-based message authentication code) is a specific type of message authentication code (MAC) involving a cryptographic hash function and a secret cryptographic key. As with any MAC, it may be used to simultaneously verify both the data integrity and authenticity of a message. An HMAC is a type of keyed has…

    Wikipedia · CC-BY-SA ライセンス について表示されるテキスト
  5. HashFunction | Apple Developer Documentation

    To handle this, compute a message authentication code (MAC) like HMAC instead. MACs rely on hashing, but incorporate a secret cryptographic key into the digest computation.

  6. [暗号技術入門] メッセージ認証コード (MAC) と鍵導出 …

    2024年3月3日 · メッセージ認証コード (MAC) や HMAC (ハッシュベースのメッセージ認証コード)および KDF (鍵導出関数)は、暗号学において重要な役割 …

  7. What is HMAC (Hash based Message Authentication …

    2025年7月12日 · HMAC (Hash-Based Message Authentication Code) is a cryptographic technique that ensures data integrity and authenticity using a hash …

  8. 16 Hash Functions and MACs - sandilands.info

    Designing hash functions based on existing cryptographic primitives is advantageous in that existing knowledge and implementations can be re-used. …

  9. Hash and MAC Algorithms – Cryptography and Network

    In recent years, there has been increased interest in developing a MAC derived from a cryptographic hash function, because they generally execute faster in software …

  10. Mac でハッシュ値の一致確認 - Zenn

    2024年11月26日 · バッジを受け取った著者にはZennから現金やAmazonギフトカードが還元されます。

  11. MAC and Key Derivation | Practical Cryptography for …

    Message authentication codes (MAC), HMAC (hash-based message authentication code) and KDF (key derivation functions) play important role in cryptography. …

このサイトを利用すると、分析、カスタマイズされたコンテンツ、広告に Cookie を使用することに同意したことになります。サード パーティの Cookie に関する詳細情報|Microsoft のプライバシー ポリシー