搜索资源列表
MD5算法的JavaBean
- MD5计算,可以将文件提取出摘要,进行比对,校验,实现指纹算法-MD5, can be extracted document summaries, compare and testing to achieve fingerprint algorithm
Md5xfTest
- MD5数据校验的例子 演示了用md5算法对pe文件资源的校验,如资源被修改则弹出提示消息框。附各种数据校验的简介。 king_koo原创-MD5 checksum of the data examples demonstrated the use md5 algorithm pe Resources calibration If resources are suggested changes to the ejection news box. Check with various data br
MD5_VC
- 可以计算文件MD5校验码、CRC校验码、校验和,在开发文件传输等工作时,提供帮助,校验速度快。
MD5
- 一个MD5校验工具,可以对文件和数据进行MD5码的校验
md5
- md5校验,也就是校验文件md5码的小程序。包含了3个小文件-md5
md5
- 改进的MD5文件校验,可以直接在LINUX/windos下编译,纯C文件。还有makefiel和操作简介-md5.c
MD5fc
- MD5校验,对文件进行快速MD5计算,支持文件直接拖放-MD5 checksum of the file for fast MD5 calculation, support for drag and drop files directly
Md5Code
- C++编写的MD5加密算法校验并计算的一个实例,DOS提示窗模式,主要功能实现了字符串摘要、文件摘要功能。 Md5.cpp是算法的核心代码,来自rfc-1321 ;Main.cpp是主窗口程序。在命令提示符窗口中输入你要进行MD5运算的字符串,程序会计算出对应的MD5加密字串。-C++ to prepare the MD5 checksum encryption algorithm and an example of the calculation, DOS prompt window
MD5
- 这里是MD5的源码,包含一个使用MD5的例子,对文件计算校验码-Here is the MD5 of the source, contains a example of using the MD5 for file checksum calculation
fram
- qt万能基础架构,接口和文件md5校验都有所涉猎,适用于对文件dll加载-qt universal infrastructure, interface and documentation have stumbled md5 checksum for loading dll file
MD5-Checksum
- MD5校验,拖动一个或者多个文件到一个表中,能够得到他的校验值-MD5 checksum, drag one or more files into a table, to get his check value
MD5_C
- 使用C实现的MD5加密算法,可用于文件传输校验-This is a source of MD5 encryption algorithm using C.
mymd5
- 该demo是根据md5算法,实现了文件夹的遍历。然后生成md5,从而校验文件-The demo is based on md5 algorithm to achieve a folder traversal. Then generate md5, so check the file
md5_file
- 文件夹包含arm-linux md5 摘要文件静态库以及pc-linux md5 摘要文件静态库和windows vc6.0md5 摘要文件静态库。这几个静态库方便实用。只要输入文件路径就可以得到文件的MD5摘要。适合需要传输文件并校验文件的完整性。-Folder contains the arm-linux md5 summary file and static library files pc-linux md5 summary of the static libraries and sta
IcyMD5
- 文件md5校验,将文件从资源管理器拖入,便可显示结果,-The file MD5 check, the files from Explorer into, can display the results,
MD5LINUX
- 不仅能计算字符串的MD5校验值,还实现了对文件的MD5校验-Not only to calculate the MD5 checksum value of the string, and also implements the MD5 checksum of the file
getMd5
- VC++2008 获取文件的MD5校验值。-VC++2008 to get the MD5 checksum of the file.
getMd5_2012
- VC++2008 获取文件的MD5校验值。 由MSDN源码的例子改写而成。-VC++2008 to get the MD5 checksum of the file. Rewrite from the MSDN source code examples.
md5file
- 在文件尾添加16字节的MD5校验码用于网络或其它方式的发布,接收方收到文件后进行MD5验证,验证通过证明文件完整无误地接收-The end of the file, add the 16-byte MD5 checksum for the release of the network or otherwise, the recipient receives the file MD5 authentication to verify documents is complete and correc
VB-MD5
- VB 由一串字符串生成对应的MD5值,主要用来做密码加密或者文件校验等