搜索资源列表
aeslib
- 简单好用的AES算法,提供基本的对文件的加密、解密和数据块的加密、解密,目前的版本是静态库,很容易改做成动态库,亦可轻松移植到Linux平台,已测试过跟Java等其他标准AES加密库成功对接(可相互加、解密)。-simple and easy AES algorithm to provide basic document encryption, decryption and data block encryption, decryption, the current version is a s
md5dll
- md5加密算法动态链接库原文件,包括测试文件-md5 encryption algorithm DLL original documents, including test paper
encrypt
- 《共享软件加密算法库》专业版PB6.5调用示例 readme.txt --本文件 reg.pbl --pb6.5的原码 reg.exe --可执行文件 reg.sra --pb交换文件 w_reg.srw --pb交换文件(可直接导入pb其它版本) pbvm60.dll --pb6.5的动态库(运行reg.exe时需要)
WindowsApplication2
- 通过调用动态链接库(dll)实现DES加密解密的程序,可以实现不同语言下数据传输的加密解密的一致性问题
MD5ASM
- 用汇编MASM32编制的最快的MD5加密算法,内附说明。能编译成动态库。并且特别附带了QQ的MD5加密算法函数,可自由调用。版权所有:Binny-between compiled with the compilation of the fastest MD5 encryption algorithm, enclosing note. Can compiled DLL. In particular fringe of the QQ MD5 encryption algorithm function
MD5加密算法源代码+DLL程序
- 本软件实现了MD5加密算法,通过动态库调用可以对需要加密的字符串进行加密计算,该程序已经通过验证。
Base64enc 64位编码解码的动态连接库的例子
- 一个64位编码解码的动态连接库的例子,A 64-bit codec DLL example
RSA_Dll
- 利用MIRACL大数运算库实现的RSA加密的动态链接库,读者在编译时需要重新加载MIRACL库。-MIRACL library to use computing to achieve large numbers of RSA encryption dynamic-link library, readers need to reload when compiling MIRACL library.
RSACryptopp32_DLL_Project
- RSA加密动态链接库Cryptopp32_DLL_Project-RSA Encryption dynamic link library
Encryption_Method
- 可以实现网络通信简单数据加密的动态链接库,仅供学生学习写DLL文件。-a simple data encryption of dynamic-link library file for network communication,for students to learn to write DLL file.
MD5_DLL
- 一个Delphi实现的MD5加密,里面导出一个函数,原型EncryptMD5Str(Value: PChar lpMd5Str: PChar var nDataLen : Integer): BOOL stdcall 此动态库支持c++调用,typedef bool (__stdcall*pEncryptMD5Str)(char *psz, char *pRet, int *nLen) -Delphi achieved an MD5 encryption, which is derived
getdiskserial_chs
- GetDiskSerial.DLL 是一个标准的Windows动态链接库,它能够让您在你的程序中简单地获取硬盘出厂序列号。理论上讲,硬盘出厂序列号在全球都是唯一的,所以您可以利用此序列号来产生软件的机器码。 GetDiskSerial.DLL 已经成功的应用在各种流行的开发语言,比如Delphi, C++Builder, C#, Visual C++, Visual Basic, Visual Basic.NET, PowerBuilder, Visual Foxpro, Clario
csp.dll
- csp(密码服务提供者)的动态库,微软CSP系统调用,需注册-csp (cryptographic service provider) the dynamic library, Microsoft' s CSP system call, need to register
CSharpCallDllAESEncanddEcr
- C#调用Delphi的dll以实现标准的AES加密解密算法,Reg.dll为Delphi所实现的标准AES加密解密动态链接库。-Delphi, C# call dll in order to achieve the standard AES encryption and decryption algorithms, Reg.dll to Delphi by the implementation of the standard AES encryption and decryption of th
VBzhucema
- 该软件可以自动随机生成2至32位注册序列号及对应的注册码,并将这些注册信息包含到一个动态联接库DLL文件中,这样软件开发者可以将这个DLL文件同应用程序一并发行,并在应用程序的相关模块中调用这个DLL文件中提供的函数获得注册号及相对应的注册码,注册号及相对应的注册码对软件使用者来说是不透明的。-The software can automatically generate a random sequence of 2-32 registration number and the correspo
RC4
- RC4加密算法的实现,生成文件为DLL动态链接库,可作为密码技术的实验-RC4 encryption algorithm, to generate a DLL dynamic link library can be used as the experimental cryptography
DTWDLL
- 基于MD5算法实现的动态口令动态链接库,开发语言vc-MD5 algorithm based on dynamic password DLL, development vc++ language
miracl_rsadll
- 采用miracl大数库编写的RSA加解密,签名验签dll动态链接算法库-The dynamic library DLL of RSA encryption, signature algorithms written by the miracl library of large Numbers
des_test.tar
- ECB模式DES加解密,可以加密任意长度的数据文件,最后的块数据不足8bytes,不是简单的补0。补0的缺陷是当明文块尾数据为0时,在解密时就不知如何处理了。 编译命令: 1. 编译测试程序 make test. 2. 编译动态库 make libdes.so 3. 编译静态库 make libdes.a-DES ECB mode encryption, you can encrypt data files of any length, the last block to in
des_test_ecb_cbc.tar
- ECB模式,CBC模式DES加解密。 1.CBC模式与一般的不一样,当密文的数据发生错误时,解密后错误字节块和后续所有块的所有字节都是错误的。而一般模式只会影响当前块和后续块的相应字节。 2.可以加密任意长度的数据文件,最后的块数据不足8bytes,不是简单的补0。补0的缺陷是当明文块尾数据为0时,在解密时就不知如何处理了。 3.编译命令: 1. 编译测试程序 make test. 2. 编译动态库 make libdes.so 3. 编译静态库 make