搜索资源列表
MD5加密的C++类
- 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取MD5运算后的结果 LPCSTR GetErr() //如果有错误,取错误字串
secalg
- 一组安全仅仅使用标准C且没有进行文件操作,内存分配的安全算法,包含md5和blowfish,可以编译成应用程序或者驱动程序使用的库.-a security group to use only standard C without documentation operation, the safety of memory allocation algorithms includes md5 and blowfish, can be compiled into applications or dri
md5_lsl
- MD5文件签名算法的实现-MD5 Algorithm Implementation
nvo_md5
- 在powerbuilder 7.0中实现md5的算法,下载后直接导入到pbl库文件中,即可使用。-in powerbuilder 7.0 achieving md5 algorithm downloaded directly into the pbl the document can be used.
Md5A
- md5的加密算法.一个工程文件.很好的用来学习,研究
md5_src
- 这是一个好用的MD5的C++类;这个类可以加在控制台程序中也可用在MFC中, 并且提供了详细的错误处理函数,是一个安全的类。例程是一个MD5的MFC程序,支持字符串和文件两种输入。
md5
- MD5文件数字签名实例代码,使用C写的,可以直接拿来用的
md5校验工具源码
- 可已实现字符串md5加密的vc++应用程序源码,网上可以下载到很多关于md5加密算法的源码,但是都缺少一些文件,很少有可以直接运行的。这个包含全部源码文件,可以直接运行作为一个简单的校验工具,也可以修改成自己需要的工具或应用程序。其中的MD5以一个独立的模块来实现,可移植到其他程序中。
快速MD5 碰撞生成器 C++源码
- 原来我总是很自信地以为:你有本事找到 MD5 的碰撞又如何?你难道还有本事让两个可执行文件的 MD5 一样,却又都能正常运行,并且可以做完全不同的事情么? 答:还真的可以. http://www.win.tue.nl/hashclash/SoftIntCodeSign/HelloWorld-colliding.exe http://www.win.tue.nl/hashclash/SoftIntCodeSign/GoodbyeWorld-colliding.exe 这两个程序会在
Md5
- 用于生成MD5,对大文件操作非常的快,我用了,特别NB的呢。-Used to generate MD5, operations on large files very fast, I used, especially NB in it.
md5
- md5加密库文件,直接调用就行,有个demo,delphi写的,很简单,很好用的库文件-md5 encryption library, a direct call on the line, there is a demo, delphi written, very simple, very easy to use library
md5
- md5的一个校验库,可以直接作为md5来校验文件或者字符串,大家喜欢的话多支持我-md5 checksum of a library, can be directly as the md5 to verify documents or strings, everyone likes more than to support my
Pro_md5
- 实现md5文件电子签名,md5hash值计算,比较文件,自己可扩展功能实现几个文件对比,从而找出重复文件-Md5 files to achieve electronic signature, md5hash calculated to compare documents, they can extend the functionality to achieve a number of document comparison, and to find duplicate files
softhy277g
- 影视 如果遇到MD5加密文件,而又不知道的密码的, 请在数据库中换上这组加密的数据吧 469e80d32c0559f8 那么密码就是admin888 a39f5746e91b29a61a9cb3b3c9018569 密码就是www.softhy.net-Television MD5 encrypted files if they are, not knowing the password, please put in the database this gr
moncoes_3.0.0
- 用c语言实现的压缩软件,简单易用。支持最大超过2G的文件。-Bzip compression in C , very easy to use , MD5 checksum , has support to files larger than 2 gb, has additional features not available in the original bzip2 files , compression decompression progress , pause , resume and
rsa
- rsa&md5 公钥和私钥就是从两个文件PublicKey.xml、PrivateKey.xml中读取出来,相当于是现实中的指定公钥和私钥;再验证时我为了方便直接验证的A计算出的HASH码,现实中应该是由B重新计算出文件M的HASH码-ras&md5
md5sum
- windows下计算文件的MD5值,命令行:md5sum 文件1 文件2 -windows file MD5 for calculating the value of the command line: md5sum file 1 file 2 ...
MD5
- MD5加密算法,可计算出字符串或文件的HASH值,带测试程序。-MD5 encryption algorithm, to calculate the value HASH string or file with the test procedures.
MD5-Algorithm
- MD5算法,著名的加密算法,目前多用于文件校验,文件加密等等领域-MD5 algorithm, known encryption algorithms currently used for file checksum, file encryption, and so the field
md5
- MD5算法的C++实现, 包括md5.cpp,md5.h, test.cpp . 命令行 CL md5.cpp test.cpp即可生成 md5.exe . 执行md5.exe 带一个文件名可以计算那个文件的MD5值.-This is MD5 alggorithm of simple C++ realized. just run CL md5.cpp test.cpp will create md5.exe. md5.exe filename will compute MD5 value of