文件名称:汇编内核加密算法
- 所属分类:
- 加密解密
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 8.16kb
- 下载次数:
- 0次
- 提 供 者:
- q**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
汇编内核的md5算法,应网友要求改进了两个部分:
1、采用nasm风格汇编,可以方便的移植到linux平台下。
2、修正了56个字节以上明文加密会出错的bug,对任意长的明文都能够加密
使用方法:
一种方法是使用原代码包中的make.bat,这需要安装nasm编译器;第二种就是直接将md5_x86.obj拷贝到你的工程下,直接使用。
-compilation of md5 kernel algorithm, a netizen called for improvements in two parts : one, using NASM style compilation, can easily migrate to the Linux platform. 2, amended 56-byte encryption will be more explicit error bug, right arbitrarily long expressly can use encryption methods : one method is to use the original code of make.bat, which requires the installation of NASM compiler; The second is directly md5_x86.obj copy of your works under the direct use.
1、采用nasm风格汇编,可以方便的移植到linux平台下。
2、修正了56个字节以上明文加密会出错的bug,对任意长的明文都能够加密
使用方法:
一种方法是使用原代码包中的make.bat,这需要安装nasm编译器;第二种就是直接将md5_x86.obj拷贝到你的工程下,直接使用。
-compilation of md5 kernel algorithm, a netizen called for improvements in two parts : one, using NASM style compilation, can easily migrate to the Linux platform. 2, amended 56-byte encryption will be more explicit error bug, right arbitrarily long expressly can use encryption methods : one method is to use the original code of make.bat, which requires the installation of NASM compiler; The second is directly md5_x86.obj copy of your works under the direct use.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 101259346汇编内核加密算法.rar 列表 md5.h md5_x86.obj md5_x86.s md5c.c mddriver.c mddriver.dsp mddriver.dsw make.bat Makefile