CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - hash sha

搜索资源列表

  1. shs2

    0下载:
  2. SECURE HASH STANDARD (SHS)使用160-bit SHA 散列算法,主要用于数字签名 DSA
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:15045
    • 提供者:zxang
  1. FileVerifier

    0下载:
  2. FileVerifier++是一款Windows功能软件,它用于计算文件的hash值(算法包括:CRC32,MD5,SHA-1,SHA-256/224/384/512,WHIRLPOOL,以及RIPEMD-128/160/256/320)。支持的hash文件格式包括MD5SUM .MD5, SFV, BSD CKSUM, 以及其他格式。-FileVerifier++ Software is a Windows feature, it used to calculate the hash valu
  3. 所属分类:File Operate

    • 发布日期:2017-04-09
    • 文件大小:1241523
    • 提供者:bestcode
  1. SHA-1_C

    0下载:
  2. sha-1 哈希函数的c++算法的实现,这是我以前参与的论文,请参考。-sha-1 hash function of the c++ algorithm, which is involved in my previous paper, please refer to.
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:159404
    • 提供者:孙翰墨
  1. MD5

    0下载:
  2. MD5用的是哈希函数,在计算机网络中应用较多的不可逆加密算法有RSA公司发明的MD5算法和由美国国家技术标准研究所建议的安全散列算法SHA。-MD5 hash function is used in the application of computer networks more irreversible encryption algorithm invented by RSA, MD5 algorithm and by the National Institute of Standards
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:7494
    • 提供者:Laura
  1. HMAC

    0下载:
  2. 任何的mac算法都可以使用标准的hash功能,比如MD5或者sha-1,这种情况下,强度取决于hash功能,和最后的结果的比特串。密匙是关键。-HMAC is a message authentication code (MAC) and can be used to verify the integrity and authentication of a message. It involves hashing a message with a secret key. As with any
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:722
    • 提供者:Vincent
  1. blake_vhdl_v2.tar

    0下载:
  2. the black hash algorithm which has competed in the sha-3 and it is one of the most powerful hash algorithm-the black hash algorithm which has competed in the sha-3 and it is one of the most powerful hash algorithm,,
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:209682
    • 提供者:hadel
  1. SHA

    0下载:
  2. 现代密码学课设——SHA(安全哈希算法Secure Hash Algorithm)算法编程-failed to translate
  3. 所属分类:CSharp

    • 发布日期:2017-11-26
    • 文件大小:258173
    • 提供者:吕同斌
  1. SHA-1

    0下载:
  2. C#编写的SHA1杂凑算法,编译成dll文件,可给其他程序引用-SHA1 Hash
  3. 所属分类:CSharp

    • 发布日期:2017-11-20
    • 文件大小:38985
    • 提供者:LSQ
  1. hash_md5_sha

    0下载:
  2. 文件内容hash算法sha,对文件进行hash计算,支持md5,sha-Contents of the file hash algorithm sha, the file hash calculation md5, sha
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:290377
    • 提供者:stephen1w
  1. sha

    0下载:
  2. 简单利用C语言实现sha1密码算法,此算法为hash算法,单向算法 简单利用C语言实现sha1密码算法,此算法为hash算法,单向算法-Simply use C language sha1 cipher algorithm, this algorithm hash algorithm, the algorithm is simple way sha1 use C language implementation of cryptographic algorithms, this algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:548571
    • 提供者:耳东陈
  1. SHA_1___SH199962682006

    0下载:
  2. SHA 1 / SHA-1 / SHA1 Secure Hash Algorithm Fast!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:9033
    • 提供者:daoqenhen
  1. sha384

    0下载:
  2. SHA (Secure Hash Algorithm,译作安全散列算法) 是美国国家安全局 (NSA) 设计,美国国家标准与技术研究院 (NIST) 发布的一系列密码散列函数。正式名称为 SHA 的家族第一个成员发布于 1993年。这是SHA384的算法原理,C语言实现-SHA (Secure Hash Algorithm) is a series of cryptographic hash functions issued by the National Institute of Standa
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3117
    • 提供者:yong ma
  1. StringHash

    1下载:
  2. GUI to hash a string and return the result of many different hash functions. DSA, DSA-SHA, MD4, MD5, SHA, SHA1, SHA224, SHA256, SHA384, SHA512, whirlpool, RIPEMD160, adler32, crc32.
  3. 所属分类:Windows编程

    • 发布日期:2017-12-20
    • 文件大小:2048
    • 提供者:alphabet5
  1. sha1

    0下载:
  2. SHA1Init(Context); SHA1Update(Context,@s[1],length(s)); SHA1Final(Context,Digest);(A binary compatible SHA1 implementation written by Dave Barton (davebarton@bigfoot.com) 160bit hash size)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:1024
    • 提供者:dwa_e
  1. 安全Hash算法SHA-1的实现

    0下载:
  2. Hash函数是提供数据完整性保障的一个重要工具。本次实验,我们希望通过上机操作,使 同学们对安全Hash算法SHA-1的基本原理有一个全面的理解。通过本次实验,使学生掌握对 Hash函数的应用,为后面数字签名方案的学习打下基础。(The Hash function is an important tool for providing data integrity protection. In this experiment, we hope to have a comprehensive und
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:6144
    • 提供者:斩月
  1. gps_handle

    0下载:
  2. 解析GPS 串口数据 是一个通用的解析程序。。。。。。。。。(The DS28E01-100 combines 1024 bits of EEPROM with challenge-and-response authentication security implemented with the ISO/IEC 10118-3 Secure Hash Algorithm (SHA-1).)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:6144
    • 提供者:null2334
  1. DataHash

    0下载:
  2. 官方哈希加密算法 % EXAMPLES: % % Default: MD5, hex: % DataHash([]) % 5b302b7b2099a97ba2a276640a192485 % % MD5, Base64: % Opt = struct('Format', 'base64', 'Method', 'MD5'); % DataHash(int32(1:10), Opt) % +tJN9yeF89h3jOFNN55XLg % %
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:6144
    • 提供者:longgyy
搜珍网 www.dssz.com