CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - sha1 160

搜索资源列表

  1. libgringotts-1[1].2.1.rar

    0下载:
  2. libGringotts是一个小型、易于使用的、完全线程的C语言库,最初为Gringotts开发。它的目的是将数据封闭在一个加密和压缩的文件中。它使用加密算法((RIJNDAEL 128/256, SERPENT, TWOFISH, CAST256, SAFER+, LOKI97, 用于加密的3DES, 以及哈希函数的SHA1和 RIPEMD-160)来确保数据尽可能安全,并允许用户对所有使用的加密、哈希函数和压缩算法有完全的控制。
  3. 所属分类:加密解密

    • 发布日期:
    • 文件大小:160704
    • 提供者:
  1. sha1

    0下载:
  2. sha1算法,SHA1算法可以对任意位长的数据压缩,形成160 bit 值。 处理单位是 以512BIT的数据块 -sha1 algorithm, SHA1 algorithm can be arbitrary bit length data compression, the formation of 160 bit value. The data processing unit block is 512BIT
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-06
    • 文件大小:5219
    • 提供者:郭先生
  1. SHA1_090907_1500

    0下载:
  2. sha1标准加密,160位摘要信息,最大可对2^64bits的信息摘要。-sha1 degist 160bits,max 2^26 bits message. it is fast.It is correct! I code it myself.
  3. 所属分类:CA program

    • 发布日期:2017-04-03
    • 文件大小:265188
    • 提供者:sjl
  1. libgringotts-1[1].2.1

    0下载:
  2. libGringotts是一个小型、易于使用的、完全线程的C语言库,最初为Gringotts开发。它的目的是将数据封闭在一个加密和压缩的文件中。它使用加密算法((RIJNDAEL 128/256, SERPENT, TWOFISH, CAST256, SAFER+, LOKI97, 用于加密的3DES, 以及哈希函数的SHA1和 RIPEMD-160)来确保数据尽可能安全,并允许用户对所有使用的加密、哈希函数和压缩算法有完全的控制。 -libGringotts is small, is easy
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-10
    • 文件大小:160975
    • 提供者:薛某某
  1. sha1

    0下载:
  2. Freeware implementation of the Secure Hashing Standard, defined in FIPS PUB 180-1, defines the Secure Hashing Algorithm (SHA-1). SHA-1 can be used to produce a message digest for a given message. Essentially, this is a 160-bit number that represents
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:10161
    • 提供者:enropin
  1. sha1-0.2.tar

    0下载:
  2. his a C++ class that implements the Secure Hash Algorithm SHA-1. The purpose of the algorithm is to calculate a strong hash of given bit string. By "strong", we mean that it is very difficult to find a different bit string that results in the same ha
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:6405
    • 提供者:enropin
  1. SHA1

    0下载:
  2. 主要适用于数字签名标准(Digital Signature Standard DSS)里面定义的数字签名算法(Digital Signature Algorithm DSA)。对于长度小于2^64位的消息,SHA1会产生一个160位的消息摘要。当接收到消息的时候,这个消息摘要可以用来验证数据的完整性。-The main standard for digital signatures (Digital Signature Standard DSS) which defines the Digita
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:1982
    • 提供者:李新
  1. SHA1

    0下载:
  2. c语言 sha1 160位-c language sha1 160bit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1249501
    • 提供者:marseille
  1. sha1

    0下载:
  2. 基于C语言的sha-160认证代码,提供文件哈希和字符串哈希,希望对大家有帮助-Sha-160 certification based on C language code, the file hash and string has
  3. 所属分类:CA program

    • 发布日期:2017-04-02
    • 文件大小:168340
    • 提供者:周骏
  1. sha

    0下载:
  2. sha1 算法。对于长度小于2^64位的消息,SHA1会产生一个160位的消息摘要-sha1 algorithm. SHA1 produces a 160 message digest for the message length is less than 2 ^ 64,
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:1188612
    • 提供者:杨丰
  1. sha1

    0下载:
  2. Use to do SHA1 encode,SHA-1 produces a 160-bit message digest based on principles similar to those used by Ronald L. Rivest of MIT in the design of the MD4 and MD5 message digest algorithms, but has a more conservative design.-Use to do SHA1 encode,
  3. 所属分类:CA program

    • 发布日期:2017-04-03
    • 文件大小:5194
    • 提供者:林玲
  1. SHA-1

    0下载:
  2. 安全散列算法SHA1,主要用于数字签名。输入数据的最大长度为2^64,输出为160位的散列函数值-Secure Hash Algorithm SHA1, and mainly used for a digital signature. The maximum length of the input data is 2 ^ 64, the output of 160-bit hash function value
  3. 所属分类:Network Security

    • 发布日期:2017-11-30
    • 文件大小:6369
    • 提供者:renjing
  1. SHA

    0下载:
  2. 计算文件的SHA1 值的实现源码。 安全哈希算法(Secure Hash Algorithm)主要适用于数字签名标准 (Digital Signature Standard DSS)里面定义的数字签名算法(Digital Signature Algorithm DSA)。对于长度小于2^64位的消息,SHA1会产生一个160位的消息摘要。当接收到消息的时候,这个消息摘要可以用来验证数据的完整性。在传输的过程中,数据很可能会发生变化,那么这时候就会产生不同的消息摘要。 SHA1有如下特性:不可
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:2752
    • 提供者:johnxi
  1. sha1

    0下载:
  2. SHA1会产生一个160位的消息摘要。该算法经过加密专家多年来的发展和改进已日益完善,并被广泛使用。该算法的思想是接收一段明文,然后以一种不可逆的方式将它转换成一段(通常更小)密文,也可以简单的理解为取一串输入码(称为预映射或信息),并把它们转化为长度较短、位数固定的输出序列即散列值(也称为信息摘要或信息认证代码)的过程。(SHA1 generates a 160 bit message digest. The algorithm has been developed and improved
  3. 所属分类:加密解密

    • 发布日期:2017-12-21
    • 文件大小:2048
    • 提供者:gslovey
  1. SHA1

    0下载:
  2. 安全哈希算法(Secure Hash Algorithm)主要适用于数字签名标准 (Digital Signature Standard DSS)里面定义的数字签名算法(Digital Signature Algorithm DSA)。对于长度小于2^64位的消息,SHA1会产生一个160位的消息摘要。当接收到消息的时候,这个消息摘要可以用来验证数据的完整性。在传输的过程中,数据很可能会发生变化,那么这时候就会产生不同的消息摘要。 SHA1有如下特性:不可以从消息摘要中复原信息;两个不同的消息不
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:2048
    • 提供者:好好111
  1. SHA

    0下载:
  2. 功能不全,安全哈希算法(Secure Hash Algorithm)主要适用于数字签名标准 (Digital Signature Standard DSS)里面定义的数字签名算法(Digital Signature Algorithm DSA)。对于长度小于2^64位的消息,SHA1会产生一个160位的消息摘要。当接收到消息的时候,这个消息摘要可以用来验证数据的完整性。在传输的过程中,数据很可能会发生变化,那么这时候就会产生不同的消息摘要。 SHA1有如下特性:不可以从消息摘要中复原信息;两个不
  3. 所属分类:加密解密

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:一片河
搜珍网 www.dssz.com