blob: 5c0488c3e15cdd11015f492bfb5efbef915593eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
---
title: 散列
slug: Glossary/hash
tags:
- CodingScripting
- Cryptography
- Glossary
- Hash
translation_of: Glossary/hash
---
<p>散列函数采用可变长度消息输入并产生固定长度的散列输出。它通常以128位“指纹”或“消息摘要”的形式出现。散列函数对 {{glossary("cryptography", "密码学")}} 非常有用 — 它们确保传输数据的完整性。这也为提供消息认证的 {{glossary("HMAC's")}}提供了基础。</p>
<h2 id="了解更多">了解更多</h2>
<h3 id="基础知识">基础知识</h3>
<ul>
<li>在维基百科上的 {{Interwiki("wikipedia", "散列函数")}}</li>
</ul>
|