搜索资源列表
MD5算法的JavaBean
- MD5计算,可以将文件提取出摘要,进行比对,校验,实现指纹算法-MD5, can be extracted document summaries, compare and testing to achieve fingerprint algorithm
multiget-1.1.3.tar
- linux 下的 flashget。MultiGet是一个非常容易使用的图形界面多线程下载工具,它支持基本的 http/ftp协议,支持断点续传,动态语言转换,下载速度限制,自动/手动MD5校验,任务日志,文件分类管理,支持所有类型的SOCKS代理和 FTP、HTTP代理,可以动态增加/减少线程数量。它需要wxGTK开发包-flashget under linux. MultiGet is a very easy-to-use graphical interface multithreaded
MD5jiaoyan
- 用md5校验文件特征码,用于文件验证 本例子中为自校验,若改其他文件路径 可以对指定文件校验,预设校验码 现在是在编译前赋值,自己使用可以根据需要 自己考虑从外部载入。
MD5_VC
- 可以计算文件MD5校验码、CRC校验码、校验和,在开发文件传输等工作时,提供帮助,校验速度快。
MD5
- 一个MD5校验工具,可以对文件和数据进行MD5码的校验
md5
- md5校验,也就是校验文件md5码的小程序。包含了3个小文件-md5
test4md5
- 一个非标准的MD5校验生成工具。是一个动态库文件,用于需要进行MD5校验的程序。-A non-standard tools to generate the MD5 checksum. Is a dynamic library file, MD5 checksum for the need for the procedure.
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
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
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值,主要用来做密码加密或者文件校验等