搜索资源列表

  1. 针对PC的SHA加密算法

    0下载:
  2. 针对PC的SHA加密算法
  3. 所属分类:Windows编程

  1. 加、解密算法大全

    0下载:
  2. 多种加密解密算法包括md2 md5 sha des 等多种加密解密的算法的源代码 并包含简单的使用测试程序-variety of encryption and decryption algorithms, including md2 md5 sha des various encryption and decryption algorithm source code and include the use of a simple tes
  3. 所属分类:加密解密

    • 发布日期:2024-04-25
    • 文件大小:394240
    • 提供者:zl
  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-25
    • 文件大小:168960
    • 提供者:张三
  1. SHA1Gen1

    0下载:
  2. SHA1加密算法的vc++实现 SHA1加密算法的vc++实现-SHA1 encryption algorithm vc achieve SHA1 encryption algorithm v c SHA1 encryption algorithm to achieve the vc achieve SHA1 encryption algorithm to achieve the vc
  3. 所属分类:Windows编程

    • 发布日期:2024-04-25
    • 文件大小:32768
    • 提供者:小白
  1. (Crypto++)

    0下载:
  2. 几乎涵盖了所有加密算法的源代码3des,md5,rsa,sha……,还带有测试sample,不可多得的好东西。-cover almost all encryption algorithm source code 3des, md5, rsa, sha ... also with a test sample, a very good thing.
  3. 所属分类:加密解密

    • 发布日期:2024-04-25
    • 文件大小:962560
    • 提供者:韩四方
  1. encryptdll3.7final

    0下载:
  2. 共享软件加密算法库,一款针对个人、企业开发共享软件的加密工具,支持Windows平台下各类开发工具:VC、VB、Delphi、PB、VFP等,算法库集成的算法有:BlowFish、MD5、Secret16、AES、SHA、CRC32、RSA、DES、字符串加/解密、文件加/解密等多种功能强大的算法。其提供了DLL文件-Reg.dll,可以通过复用它来实现数据加密与解密。 -sharing software encryption al
  3. 所属分类:加密解密

    • 发布日期:2024-04-25
    • 文件大小:679936
    • 提供者:沐柏
  1. shac

    0下载:
  2. sha-1算法的C实现:和C语言的程序包括注释-sha-1 algorithm realize the C: and C language procedures, including the Notes
  3. 所属分类:加密解密

    • 发布日期:2024-04-25
    • 文件大小:5120
    • 提供者:谢宏强
  1. SHA1

    0下载:
  2. sha-1算法的Java实现,可以作为学习sha-1算法的实践参考文档。-sha-1 algorithm realize Java can be used as sha-1 algorithm for learning the practice of reference documentation.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-04-25
    • 文件大小:4096
    • 提供者:木易
  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-25
    • 文件大小:30720
    • 提供者:朱利
  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-25
    • 文件大小:4096
    • 提供者:Heyyou
  1. SHA-1

    0下载:
  2. SHA-1算法实现的详细资料。里面还包括了具体加解密前后的样本例子。-SHA-1 algorithm implementation details. Which also includes specific examples of a sample before and after the encryption and decryption.
  3. 所属分类:加密解密

    • 发布日期:2024-04-25
    • 文件大小:197632
    • 提供者:jersey
  1. SHA

    0下载:
  2. 这是一个基于C++关于SHA加密算法的源码,可方便使用-This is based on C++ source code on the SHA encryption algorithm can be easy to use
  3. 所属分类:加密解密

    • 发布日期:2024-04-25
    • 文件大小:16384
    • 提供者:李古祥
  1. sha1

    0下载:
  2. 在VC平台上用C实现安全散列算法的基本功能,测试成功-SHA function
  3. 所属分类:C#编程

    • 发布日期:2024-04-25
    • 文件大小:164864
    • 提供者:machangsha
  1. SHA1

    0下载:
  2. SHA-1算法的C++实现,方便大家学习-SHA-1 algorithm for C++, so as to facilitate learning
  3. 所属分类:加密解密

    • 发布日期:2024-04-25
    • 文件大小:190464
    • 提供者:崔东岳
  1. SHA1

    0下载:
  2. SHA (Secure Hash Algorithm,译作安全散列算法) 是美国国家安全局 (NSA) 设计,美国国家标准与技术研究院 (NIST) 发布的一系列密码散列函数。-SHA-1
  3. 所属分类:CA认证

    • 发布日期:2024-04-25
    • 文件大小:3481600
    • 提供者:张万东
  1. SHA-1_prj

    0下载:
  2. SHA-1算法C源码,VC建的工程。加密字符串,数组。-SHA-1 C source code
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-04-25
    • 文件大小:13312
    • 提供者:郭君文
  1. Sha-1

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

    • 发布日期:2024-04-25
    • 文件大小:139264
    • 提供者:丁志伟
  1. SHA-1

    0下载:
  2. SHA-1的算法实现,可对字符串进行hash-SHA-1 algorithm can hash strings
  3. 所属分类:加密解密

    • 发布日期:2024-04-25
    • 文件大小:453632
    • 提供者:hu
  1. SHA-1

    0下载:
  2. 密码学 SHA-1算法的代码实现 包括加密和解密过程-Cryptography SHA-1 algorithm code, including encryption and decryption process
  3. 所属分类:加密解密

    • 发布日期:2024-04-25
    • 文件大小:2014208
    • 提供者:ChenDL
  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 ho
  3. 所属分类:其他小程序

    • 发布日期:2024-04-25
    • 文件大小:6144
    • 提供者:斩月
« 12 3 4 5 6 7 8 9 10 ... 14 »

源码中国 www.ymcn.org