搜索资源列表

  1. sha 加密算法 C实现

    1下载:
  2. 包括 sha1 sha-224,sha-256,sha-384,sha-512 c++测试工具
  3. 所属分类:密码/编码算法

    • 发布日期:2010-08-17
    • 文件大小:98060
    • 提供者:zhengrong117
  1. sha源码

    0下载:
  2. sha源代码-sha source code
  3. 所属分类:加密解密

    • 发布日期:2024-04-24
    • 文件大小:105472
    • 提供者:
  1. sha(1,256,384,512)

    0下载:
  2. 一个sha 哈希密码支撑算法系列的程序 包括了sha1,sha256,sha384和sha512算法-a password support Hash Algorithm series of procedures including sha1, SHA256, SHA384 and SHA512 Algorithm
  3. 所属分类:加密解密

    • 发布日期:2024-04-24
    • 文件大小:25600
    • 提供者:拂晓
  1. SHA算法代码

    0下载:
  2. 数字签名加密算法的两座大厦先后倒塌—MD5和SHA-1这两种应用最为广泛的数字签名加密算法都被山东大学的王小云教授破解。-encrypted digital signature algorithm has two buildings collapsed- MD5 and SHA-1 that the two most widely used digital signature encryption algorithm has been
  3. 所属分类:加密解密

    • 发布日期:2024-04-24
    • 文件大小:10240
    • 提供者:zhou
  1. 基于SHA-256的HMAC文件校验器

    0下载:
  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 identificati
  3. 所属分类:加密解密

    • 发布日期:2024-04-24
    • 文件大小:50176
    • 提供者:杨飞
  1. SHA-1-C

    0下载:
  2. C语言实现的SHA-1报文摘要算法,对学习者来说是一个不错的例子-C language of the SHA-1 digest algorithm, the learners is a good example
  3. 所属分类:加密解密

    • 发布日期:2024-04-24
    • 文件大小:168960
    • 提供者:张三
  1. sha256_encrypt

    0下载:
  2. SHA 256 加密算法,比 MD5 更好的算法更好的算法,希望对大家有帮助-SHA 256 encryption algorithm, better than the MD5 algorithm better algorithm, we hope to help
  3. 所属分类:加密解密

    • 发布日期:2024-04-24
    • 文件大小:2048
    • 提供者:艾伦
  1. SHA

    0下载:
  2. SHA加密算法是目前广为应用的重要加密方法之一。而SHA-1 生成 160 位的消息摘要,虽然执行更慢,却被认为更安全。明文消息的最大长度可达到 264 位。下面是网络上流传的SHA算法,我们自己调试了一下,已经通过。现把主函数和算法函数贴出来。-SHA encryption algorithm is an important widely used encryption methods. And SHA-1 generates the
  3. 所属分类:文件格式

    • 发布日期:2024-04-24
    • 文件大小:1024
    • 提供者:jinyin
  1. FreeOTFE_2_00_src

    0下载:
  2. 文件驱动加密,功能强大,可产生加密分区,支持AES,MD2,MD4,MD5MD2, MD4, MD5, RIPEMD-128, RIPEMD-160, SHA-1, SHA-224, SHA-256, SHA-384, SHA-512. -Document-driven encryption, powerful, can generate encrypted partition, to support AES, MD2, MD4, MD
  3. 所属分类:加密解密

    • 发布日期:2024-04-24
    • 文件大小:3543040
    • 提供者:zengzh15
  1. SHAProj

    0下载:
  2. 以前发的那个只实现了SHA-1, 现在补全了, sha-160, sha-224, sha-256, sha-384, sha-512-Previously issued only to realize that the SHA-1, is now a complete, sha-160, sha-224, sha-256, sha-384, sha-512
  3. 所属分类:加密解密

    • 发布日期:2024-04-24
    • 文件大小:70656
    • 提供者:张鲁夺
  1. SHA-1

    0下载:
  2. SHA-1加密算法源代码.具有完整的加解密过程,性能比较好-SHA-1 encryption algorithm source code. With complete encryption and decryption process, the performance is better
  3. 所属分类:加密解密

    • 发布日期:2024-04-24
    • 文件大小:30720
    • 提供者:朱利
  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. 所属分类:加密解密

    • 发布日期:2024-04-24
    • 文件大小:8192
    • 提供者:孟庆新
  1. DataSecure

    0下载:
  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
  3. 所属分类:Windows编程

    • 发布日期:2024-04-24
    • 文件大小:374784
    • 提供者:jkl
  1. encryption_test

    0下载:
  2. 实现通信过程中的数据加密(AES, DES, SHA-256,SHA-384,SHA512, RSA)。 测试加解密效率等-To achieve communication in the process of data encryption (AES, DES, SHA-256, SHA-384, SHA512, RSA). Encryption and decryption efficiency test
  3. 所属分类:加密解密

    • 发布日期:2024-04-24
    • 文件大小:94208
    • 提供者:BY
  1. sha-1

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

    • 发布日期:2024-04-24
    • 文件大小:4096
    • 提供者:Heyyou
  1. MD_SDK

    0下载:
  2. C++源码实现完整讯息摘要类别加解密方法,包函MD4 - both 128 bits and 256 bits, MD5, RIPEMD-128, RIPEMD-160, RIPEMD-256, RIPEMD-320, SHA-1, SHA-256, SHA -384, SHA-512, HAVAL SERIES及BASE 64-C++ source code to achieve a complete summary of categ
  3. 所属分类:CA认证

    • 发布日期:2024-04-24
    • 文件大小:32768
    • 提供者:william
  1. sha256

    0下载:
  2. 散列算法sha-256 散列算法sha-256-THIS SOFTWARE IS PROVIDED BY ALLAN SADDI AND HIS CONTRIBUTORS ``AS IS * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY A
  3. 所属分类:文件格式

    • 发布日期:2024-04-24
    • 文件大小:4096
    • 提供者:王五
  1. SHA

    0下载:
  2. PIC汇编实现SHA加密算法。在PIC16F73上实现-SHA ALGORITHM BY PIC assembly language
  3. 所属分类:加密解密

    • 发布日期:2024-04-24
    • 文件大小:15360
    • 提供者:chenmao
  1. sha

    0下载:
  2. C实现的SHA-1,SHA-256,SHA-512算法-。
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-24
    • 文件大小:53248
    • 提供者:mcszzz
  1. SHA-256(VCsharp)

    0下载:
  2. 应用密码课程设计;VC#2005环境;SHA-256简单功能,显示每次中间哈希结果。-Applied Cryptography course design VC# 2005 environment SHA-256 Simple function, showed intermediate hash result every time.
  3. 所属分类:软件工程

    • 发布日期:2024-04-24
    • 文件大小:331776
    • 提供者:bolide
« 12 3 4 5 6 7 »

源码中国 www.ymcn.org