hash algorithm的意思|示意

美 / hæʃ ˈælɡəriðəm / 英 / hæʃ ˈælɡəˌrɪðəm /

杂凑算法;散列算法;哈希算法


hash algorithm的用法详解

英语单词hash algorithm的用法讲解

随着互联网的迅猛发展,信息加密技术也越来越重要,其中hash algorithm也称哈希算法,它是一种通过把非常大的输入数据例如:一长串字符压缩为更小的一组数据,这组数据就是一个摘要,它们通常用来校验传输的数据没有被更改或篡改。

hash algorithm和数字签名一样是一种数字签署方式,hash algorithm能够压缩任何数量任何长度的数据,将它们归结为固定长度的哈希值。它不需要密钥,可以作为长度比较、冗余校验、数据摘要、数据去重、索引等等的应用。

一般情况下,hash algorithm的使用,需要用到hash函数,采用hash函数计算摘要,这个摘要就是被称为hash值的摘要,hash值表示原来的消息的特征。用于校验的摘要,需要处理的数据必须是一个固定长度的字符串,由一个或多个小写字母和/或十六进制字符组成。

hash algorithm用于许多安全场景,如消息签名、数据完整性校验、密码加密、缓存索引等等。另外,hash algorithm也可以用来做比较,这是一种非常有用的功能,它可以比较两个文件的hash值,确保两个文件的内容是完全相同的。

总之,hash algorithm是一种非常常用的数据摘要技术,从加密安全角度考虑,在计算机安全应用中,一般需要采用hash algorithm配合数字加密技术,以保护电脑网络交互的安全。

hash algorithm相关短语

1、 Perceptual hash algorithm 哈希算法,感知哈希算法

2、 Secure Hash Algorithm 安全哈希算法,安全散列算法

3、 parallel hash algorithm 并行散列算法,平行散列演算法

4、 One-way Hash algorithm 算法

5、 The Secure Hash Algorithm 安全散列算法

6、 hash algorithm information table 散列算法信息表

7、 Consistent Hash Algorithm 一致性哈希算法

8、 Secure Hash Algorithm 1 安全散列算法,安全哈希算法

hash algorithm相关例句

The following example shows how to map an object identifier to a new hash algorithm.

下面的示例演示如何将对象标识符映射到新的哈希算法.

互联网

Property indicating which hash algorithm to use when authenticating the message.

表示验证消息时要使用的散列算法的属性.

互联网

A keyed hash algorithm is a key - dependent one - way hash function used as a message authentication code.

带密钥的哈希算法是一种用作消息身份验证代码的、依赖密钥的单向哈希函数.

互联网

As the name implies, the hash part a hash algorithm to store and find its keys.

顾名思义, 散列部分用散列算法存储及查找它的键.

互联网

Select a hash algorithm from the following list.

从以下列表中选择一种散列算法.

互联网

Loads an assembly given its file name or path, security evidence, hash value, and hash algorithm.

通过给定程序集文件名或路径 、 安全证据 、 哈希值及哈希算法来加载程序集.

互联网