From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../cryptographic_hash_function/index.html | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 files/ja/glossary/cryptographic_hash_function/index.html (limited to 'files/ja/glossary/cryptographic_hash_function/index.html') diff --git a/files/ja/glossary/cryptographic_hash_function/index.html b/files/ja/glossary/cryptographic_hash_function/index.html new file mode 100644 index 0000000000..6325537826 --- /dev/null +++ b/files/ja/glossary/cryptographic_hash_function/index.html @@ -0,0 +1,32 @@ +--- +title: Cryptographic hash function (暗号学的ハッシュ関数) +slug: Glossary/Cryptographic_hash_function +tags: + - Cryptography + - Glossary + - Security +translation_of: Glossary/Cryptographic_hash_function +--- +

暗号学的ハッシュ関数は、ダイジェスト関数とも呼ばれますが、任意のサイズのメッセージを{{glossary("digest","ダイジェスト")}}と呼ばれる固定サイズのメッセージに変換する{{glossary("cryptography", "暗号学的")}}プリミティブです。暗号学的ハッシュ関数は、認証、{{Glossary("digital signature", "デジタル署名")}}、および{{Glossary("HMAC", "メッセージ認証コード")}}に使用されます。

+ +

暗号学に使用するためには、ハッシュ関数は以下の性質を持っていなければなりません。

+ + + +

MD5 や SHA-1 などの暗号化ハッシュ関数は、衝突耐性を大幅に低下させる攻撃が見つかったため、破損しているとみなされています。

+ + -- cgit v1.2.3-54-g00ecf