搜索资源列表
CRC-MD5
- 获取文件的CRC_MD5值-access to documents the value CRC_MD5
MD5
- 这是一个获取文件MD5码的JAVA程序。可以用于学习JAVA,提供学习兴趣。
CryptoAPI
- API获取文件哈希值(sha1、sha256、sha384、sha512)及MD5等-API to get the file hash value and MD5 etc.
getFileMD5
- 获取文件的MD5值的C语言接口。(这是最简单的实现方法)-File MD5 value for the C language interface. (This is the simplest implementation)
EST-Evilhsu
- 系统锁定功能为单独软件被认为是病毒(应该是对软件加壳进行报警),部分杀毒软件会认为blackskylock.bin是病毒。 软件功能: 1.系统信息获取 2.文件信息获取 3.系统进程管理 4.系统服务管理 5.系统驱动管理 6.硬盘信息获取 7.注册表启动项管理 8.终端服务(3389)端口修改 9.MD5算法加密模块 10.BASE64算法加密解密模块 11.URL编码功能和十六进制转换功能 12.文件压缩模块(Dwing的算法)
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!
ASP-Get-file-MD5-Value
- ASP获取文件MD5值, index_test.asp GetFileMD5("文件名"),还需用NET技术,IIS5.0以下,需要安装:Microsoft .NET Framework 2.0-ASP Get file MD5 Value, index_test.asp File GetFileMD5("file name"), To still use NET Technology,IIS6.0 The following, Need to install: Microsoft .NET F
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.
FileMD5Test20121125030618
- 获取文件的MD5值,用于验证文件或数据的完整性,带有测试程序。-Get the MD5 value of the file used to verify the integrity of the file or data with the test procedures.
GetMD
- 源程序是说明如何获取文件的MD5,并且是源代码,可以直接运行-Source program is how to get file MD5, and is the source code, can be run directly
getmd5
- VB获取文件类的MD5值,并且显示相关值-VB to get the MD5 value of the file class
GetFileMD5
- 选择文件可自动获取文件的md5值,改类中是随机生成的MD5值-Select the file automatically get md5 value file, change the class is randomly generated MD5 value
Get_File_MD5_Value
- C#源码获取文件的MD5值,采用MD5加密的例子,选择要计算 MD5 值的文件名和路径,会得到文件的MD5 值16进制字符串,也可得到文件的sha1 值16进制字符串以及哈希值16进制字符串,在此要用到字节数组转换为16进制表示的字符串,最后一步是生成和显示文件的MD5值。-C# source file to get MD5 value, using MD5 encryption example, choose to calculate the MD5 value of the file nam
getmd5
- VB编写制作一个获取文件MD5值的小程序,在众多应用中,MD5文件校验值已被广泛应用,可有效防止文件被篡改,保护文件正常运行,通过获取MD5值来判断文件是否被修改,用用户提供参考依据。-VB, create a file MD5 value to obtain a small program, in many applications, MD5 checksum file has been widely used, can effectively prevent files from being
GetMD5
- VS2008获取文件MD5值 有MFC界面-Get File MD5 values are VS2008 MFC interface
GetMD5
- 获取文件MD5码函数,通过函数可以获得文件的MD5码,参数为文件的绝对路径和获得的MD5字符串-Get the file MD5 code function, the MD5 code can be obtained through the function of the file, the absolute path parameters for the file and the MD5 string
获取文件MD5值
- 功能:选择文件按钮选取文件,文本框可以显示出选中文件的MD5值 附带源码(Gets the MD5 value of the selected file)
WindowsApplication1
- vb.net获取文件MD5值算法源码,经过测试没问题(Vb.net source code MD5 value algorithm source code)
获取文件的md5值
- C++编写的,用来获取某个文件的MD5值