搜索资源列表
RSA MD5算法
- RSA MD5算法源代码-the source coude of rsa md5
MD5
- 使用md5校驗和算法保護文件 通俗的說,就是為保證數據的完整性,用一種指定的算法對原始數據計算出的一個校驗值。接收方用同樣的算法計算一次校驗值,如果和隨數據提供的校驗值一樣,就說明數據是完整的。
SpeedMD5
- 一个利用vb与汇编结合写的一个高速MD5算法
使用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
FileVerifier
- FileVerifier++是一款Windows功能软件,它用于计算文件的hash值(算法包括:CRC32,MD5,SHA-1,SHA-256/224/384/512,WHIRLPOOL,以及RIPEMD-128/160/256/320)。支持的hash文件格式包括MD5SUM .MD5, SFV, BSD CKSUM, 以及其他格式。-FileVerifier++ Software is a Windows feature, it used to calculate the hash valu
kcsj3
- 该程序是一个文件加密程序。通过AES算法和MD5算法实现一个文件的加解密功能。开发软件为vs2008。-The program is a file encryption program. Through the AES algorithm and the MD5 algorithm to implement a file encryption and decryption functions. Development of software for vs2008.
MD5File
- 文件MD5值算法,可选择多文件同时进行计算。 用于验证文件是否一致-File MD5 hash algorithm, you can select multiple files at the same time be calculated
md5
- MD5算法源文件, 内包含测试文件 ,测试DEMO-md5 source files,include test files
MyClassMD5
- MD5算法封装类,调用该类可极大的简化MD5算法操作代码。已经实际项目验证。- MD5 algorithm wrapper class, call the class MD5 algorithm can greatly simplify the operation code. The actual project has been verified.
likgx
- MD5算法优化版,适用语言Delphi , Kylix VC , C++ Visual Basic,()
WindowsApplication1
- vb.net获取文件MD5值算法源码,经过测试没问题(Vb.net source code MD5 value algorithm source code)
解压缩程序
- C++实现文本、图像、音频、视频的解压缩,并通过MD5算法实现原始文件与压缩并解压后文件的比较。