搜索资源列表
MD5加密的C++类
- 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取MD5运算后的结果 LPCSTR GetErr() //如果有错误,取错误字串
使用64个字符键加密文件的类
- 汇编内核的md5算法.使用方法:一种方法是使用原代码包中的make.bat,这需要安装nasm编译器;第二种就是直接将md5_x86.obj拷贝到你的工程下,直接使用-compilation of md5 kernel algorithm. Use : One method is to use the original code of make.bat, which requires the installation of NASM compiler; The second is directl
计算文件的MD5结果
- 计算文件的MD5结果,可以对比文件是否被更改过。-documents MD5 calculated results can be compared documents were changed.
delphi对文件进行MD5编码
- delphi写的文件进行MD5编码的例程,速度不错,稳定性也还好。
getFileMD5
- 获取文件的MD5值的C语言接口。(这是最简单的实现方法)-File MD5 value for the C language interface. (This is the simplest implementation)
md5
- 用MFC实现的对任意长度的文件的MD5加密,得到的是标准的32位十六进制数-Using MFC to achieve for any length of document MD5 encryption, receive the standard 32-bit hexadecimal number
Md5
- MD5值查询器,可以查询输入文本的MD5值或者指定文件的MD5值。-MD5 value query, you can query the MD5 value of input text file or specify the MD5 value.
md5
- 文件验证,利用MD5算法做文件的HASH,得到统一结果判断文件内容的一致性-File Hash
MD5
- MD5的算法程序,能够生成文件的MD5值-failed to translate
mymd5
- md5的校验和计算小程序,输入文件名称,计算文件的md5。-Calculate md5 of one file
md5_filesize
- 实现输出列举指定文件夹下所有文件的md5 以及size -To achieve the output listing all the files under the specified folder as well as the size of the md5
MD5
- 读取文件的MD5码,很多方面都要用到,计算方式是通用的!必定准确!-Reading files MD5 yards, many aspects should use computational method is the universal! Must be accurate!
md5
- MD5算法,能直接计算文本或文件的MD5码-MD5 algorithm can directly calculate the MD5 code of text or files
file-MD5
- 能够获取字符串和任何文件的MD5值,而且获取的文件的MD5值与WINMD5是相同的!-Able to get the MD5 string and the value of any documents, but documents obtained WINMD5 MD5 value is the same!
MD5code
- 这里包含了算出文件的MD5码,只要输入文件路径就可以计算出来。-This file contains the calculated MD5 code, as long as the input file path can be calculated.
file-md5-calculation
- 计算文件的md5值,c++写的,具体的自己看文件。-Calculate file md5 value, c++ to write the specific file that looks.
获取文件MD5值
- 功能:选择文件按钮选取文件,文本框可以显示出选中文件的MD5值 附带源码(Gets the MD5 value of the selected file)
Md5
- 该程序主要用于计算文件的MD5值,用于校验文件在传输过程中有无破损等!(MD5 used primarily to compute documents)
文件MD5查看器 v1.0 绿色版
- 分享一个文件MD5查看器 v1.0 绿色版,可以读取各种文件的MD5值。(Share a MD5 file viewer v1.0 green version, you can read a variety of file MD5 value.)
获取文件的md5值
- C++编写的,用来获取某个文件的MD5值
