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

搜索资源列表

  1. sha-1

    0下载:
  2. SHA-1Hash函数源码,可以对任何文件做Hash,得到的Hash值为160位。具有抗强碰撞,弱碰撞等能力。虽然王小云已经找到了个别碰撞。但在新的好的hash函数出来之前仍将被广泛使用。-SHA-1Hash function source, any document can be done right hash, the hash value of 160. Anti-collision, the weak capabilities of the collision. Although Bru
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:28059
    • 提供者:王国维
  1. 基于SHA-256的HMAC文件校验器

    1下载:
  2. HMAC即带密钥的HASH函数,用它产生的报文鉴别码(MAC)可以实现报文鉴别。这里我将其做成一个软件,用于对文件的合法性进行校验。以下我先简单介绍软件相关背景知识再介绍其代码实现。 -HMAC key is to bring the hash function, used the text of the report identifying code (MAC) can realize the text identification. I am here to create a soft
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:50008
    • 提供者:杨飞
  1. SECURE HASH STANDARD (sha)

    1下载:
  2. SHA 加密算法标准说明文件, 详细介绍相关的算法
  3. 所属分类:编程文档

  1. sha1_v01.zip

    0下载:
  2. SHA-1加密算法的IP核,内涵文档,仿真测试文件,SHA-1 encryption algorithm of the IP core, the connotation of documents, simulation test file
  3. 所属分类:CA program

    • 发布日期:2017-03-30
    • 文件大小:6828
    • 提供者:
  1. sha1.jar.rar

    0下载:
  2. SHA加密算法打包文件,电子商务可能会用到此算法加密,去掉后缀“.rar”使用,SHA encryption algorithm packaged documents, e-commerce may be encrypted using this algorithm, remove the suffix " . Rar" use
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:19331
    • 提供者:
  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-09
    • 文件大小:160975
    • 提供者:薛某某
  1. sha

    0下载:
  2. 支持SHA算法,对文件或者字符串进行散列计算,直接可以应用在程序中,形成文件摘要。-To support the SHA algorithm, on paper or string hash calculation can be applied directly in the proceedings, the formation of a document containing a summary.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:8913
    • 提供者:孟庆新
  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. DataSecure

    1下载:
  2. sha-512,sha-256,等的C实现,内附 官方参考和整理参考.包括最流行的md5 算法源码 sha512是最新版本的美国国家安全局所设计的算法.本代码支持任意大小的字符串或文件(<2GB,可以改到4GB,8GB...).-sha-512, sha-256, such as the C to achieve, enclosing the official reference and collate reference. including the most popular s
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:375398
    • 提供者:jkl
  1. mysha1

    0下载:
  2. 用SHA算法实现对任意文件的hash摘要,并且把hash摘要值(至少为160bit)存入另一个文件-SHA algorithm used to hash arbitrary document summaries, and the summary hash value (at least 160bit) into another file
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:2265
    • 提供者:阿达悟
  1. sha-1

    0下载:
  2. 用SHA算法实现对任意文件的hash摘要,并且把hash摘要值(至少为160bit)存入另一个文件,形如: hash inputfile hashvaluefile 说明:SHA算法的实现至少为160bit,或者可以选择256,384或者512的,可以查阅相关资料,按照标准来实现(hash的算法是否正确,可以和网上的标准算法对比,用相同的输入看是否能够得到相同的输出)控制台编程: int main(int argc, char *argv[ ]) -Programme f
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:3875
    • 提供者:Heyyou
  1. hash

    0下载:
  2. 针对文件的Md5值计算 CRC值计算 SHA值计算 的类的使用与DEMO-md5
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:384296
    • 提供者:陶丹丹
  1. sha2

    0下载:
  2. sha2 散列算法源代码,用于对文件做HASH值求取-* THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) AND CONTRIBUTOR(S) ``AS IS AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:7769
    • 提供者:赵子龙
  1. SHA-1test

    0下载:
  2. SHA-1 JAVA实现用于CHORD或者加密文件-failed to translate
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:2327
    • 提供者:赵凯迪
  1. E-wen-jian-mian-sha-qi

    0下载:
  2. 易语言编写的易文件免杀器 专用于免杀易语言编写的程序-Easy easy language files free to kill
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:9915
    • 提供者:奥德赛
  1. SHA-1

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

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

    0下载:
  2. 文件、字符串的sha-1算法。 VC2010项目。-Files, strings sha-1 algorithm. VC2010
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:139451
    • 提供者:丁志伟
  1. SHA-1-Java

    0下载:
  2. SHA1算法的JAVA实现功能输出文件指纹的算法-SHA1 algorithm JAVA realization
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:8820
    • 提供者:myname
  1. SHA

    0下载:
  2. 使用SHA算法加密文件Delphi示例,编程学习源码,很好的参考资料。-Encrypted file Delphi example uses the SHA algorithm, learning programming source code, a good reference.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-26
    • 文件大小:15812
    • 提供者:豆渣蒸肉
  1. SHA

    0下载:
  2. 可将txt文件内容求hash值,具体算法为sha_1 算法来源为《密码学原理与实践》 冯登国 学生原创,可执行(The contents of the txt file for the hash value, the specific algorithm for the sha_1 algorithm source for the principle and practice of "Feng" cryptography shown Student original, e
  3. 所属分类:加密解密

    • 发布日期:2017-12-18
    • 文件大小:4570112
    • 提供者:guardian
« 12 3 4 »
搜珍网 www.dssz.com