搜索资源列表
MD5加密的C++类
- 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取MD5运算后的结果 LPCSTR GetErr() //如果有错误,取错误字串
RSA MD5 v1.2
- RSA MD5加解密算法,用c++实现,核心部分是c的代码,完全跨平台-RSA encryption and decryption algorithms, used to achieve c, c is the core part of the code, completely cross-platform
Md5_c_source_files
- c实现的MD5算法源程序,对于研究算法的朋友或许有一定价值。-c achieve the MD5 algorithm source code for research algorithm friends may have some value.
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
MD5C+asm
- 一份MD5算法的C代码和优化后的MD5汇编代码.-a MD5 algorithm optimized C code and compile the code MD5.
Md5dll
- 实现md5算法。用c/c++实现的md5算法。想研究md5算法的可以下载。
sha1sourcecode
- 本代码是SHA1用C语言实现的源代码,SHA1与MD5是目前最为常用的HASH算法,可用于认证及签名等
md5sourcecode
- 本代码是C语言实现的MD5算法的源代码。MD5和SHA1是目前最为常用的HASH算法,可用于认证签名等。
md5
- MD5文件数字签名实例代码,使用C写的,可以直接拿来用的
md5算法C++
- C++封装的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加密c++实现
- MD5加密调用: CMd5 md5; md5.MDString(要加密的数据(密码和随机数),长度,加密结果;
MD5
- c++可以转成供flex调用的swc使用-It s very good
MD5
- 用C++类实现MD5散列算法,包括命令行输入参数 没有实现图形界面-Implementation of MD5
md5
- md5算法c语言代码 能直接编译运行 有注释-md5 algorithm c language code can directly compile and run a Note
MD5
- md5加密算法c语言实现,具体的一个MD5实现-md5 encryption algorithm c language, the specific implementation of a MD5
MD5
- md5加密算法,用c语言实现,长传分享试试看效果-md5 encryption algorithm, using c language, try to share a long pass effect
md5
- 由PUDN上的一个C++的MD5算法修改为C语言,可以在stm32单片机上正确运行,耗时大概1.2ms,不依赖第三方库。-By the MD5 algorithm on a C++ PUDN modification of the C language, you can run correctly on stm32 SCM, consuming about 1.2ms, do not rely on third-party libraries.
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
MD5
- linux下用C++实现的一个MD5算法(A MD5 algorithm implemented with C++ under inux)