搜索资源列表
kenel_crypto
- 内核加解密算法 加解密函数库及其使用说明,详见附件。 find_cipher_by_name中参数ciphername可取的值为下面的组合,对应不同的模式: (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,twofish)-ecb (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,tw
SECUREencryptionalgorithms
- 这个加解密源码几乎包括了世界上几个最著名的加密算法:Blowfish、CryptAPI、DES、Gost、RC4、XOR、Skipjack、TEA、Twofish,曾获源码5星推荐 -almost source in the world including several of the most famous encryption algorithms : Blowfish, CryptAPI, DES, Gost, RC4, X
encryptdll3.6.1
- 《共享软件加密算法库》专业版是一款针对个人、企业开发共享软件的加密工具,支持Windows平台下各类开发工具: VC、VB、BCB、Delphi、PB、VFP、C#、ASP等,算法库中包含了获取计算机硬盘物理序列号、主板序列号功能及多种高强度对称、非对称算法。获取的硬盘序列号不随硬盘分区及格式化改变,支持IDE、SCSI接口硬盘,获取主板序列号的功能支持各类BIOS芯片,这两个功能可方便的用来实现一机一码的注册方式。算法库集成的算法有:
encryptdll3.7final
- 共享软件加密算法库,一款针对个人、企业开发共享软件的加密工具,支持Windows平台下各类开发工具:VC、VB、Delphi、PB、VFP等,算法库集成的算法有:BlowFish、MD5、Secret16、AES、SHA、CRC32、RSA、DES、字符串加/解密、文件加/解密等多种功能强大的算法。其提供了DLL文件-Reg.dll,可以通过复用它来实现数据加密与解密。 -sharing software encryption al
020827_encryp
- 这个加解密源码几乎包括了世界上几个最著名的加密算法:Blowfish、CryptAPI、DES、Gost、RC4、XOR、Skipjack、TEA、Twofish,曾获源码5星推荐。-almost source in the world including several of the most famous encryption algorithms : Blowfish, CryptAPI, DES, Gost, RC4, XOR,
test_blowfish
- 采用blowfish算法对字符串进行加密和解密,只为说明算法原理,可扩展到对文件加解密
020827_encryp
- 这个加解密源码几乎包括了世界上几个最著名的加密算法:Blowfish、CryptAPI、DES、Gost、RC4、XOR、Skipjack、TEA、Twofish,曾获源码5星推荐。-almost source in the world including several of the most famous encryption algorithms : Blowfish, CryptAPI, DES, Gost, RC4, XOR,
truecrypt-3.1a-source-code
- 一个提供档案及Partition作加解密的程式支援以下的加密演算法AESBlowfishCAST5SerpentTriple DESTwofishAES-BlowfishAES-TwofishAES-Twofish-SerpentSerpent-AESSerpent-Twofish-AESTwofish-Serpent-a partition for files and for the encryption and decryption
kenel_crypto
- 内核加解密算法 加解密函数库及其使用说明,详见附件。 find_cipher_by_name中参数ciphername可取的值为下面的组合,对应不同的模式: (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,twofish)-ecb (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,tw
SECUREencryptionalgorithms
- 这个加解密源码几乎包括了世界上几个最著名的加密算法:Blowfish、CryptAPI、DES、Gost、RC4、XOR、Skipjack、TEA、Twofish,曾获源码5星推荐 -almost source in the world including several of the most famous encryption algorithms : Blowfish, CryptAPI, DES, Gost, RC4, X
encryptdll3.6.1
- 《共享软件加密算法库》专业版是一款针对个人、企业开发共享软件的加密工具,支持Windows平台下各类开发工具: VC、VB、BCB、Delphi、PB、VFP、C#、ASP等,算法库中包含了获取计算机硬盘物理序列号、主板序列号功能及多种高强度对称、非对称算法。获取的硬盘序列号不随硬盘分区及格式化改变,支持IDE、SCSI接口硬盘,获取主板序列号的功能支持各类BIOS芯片,这两个功能可方便的用来实现一机一码的注册方式。算法库集成的算法有:
encryptdll3.7final
- 共享软件加密算法库,一款针对个人、企业开发共享软件的加密工具,支持Windows平台下各类开发工具:VC、VB、Delphi、PB、VFP等,算法库集成的算法有:BlowFish、MD5、Secret16、AES、SHA、CRC32、RSA、DES、字符串加/解密、文件加/解密等多种功能强大的算法。其提供了DLL文件-Reg.dll,可以通过复用它来实现数据加密与解密。 -sharing software encryption al
test_blowfish
- 采用blowfish算法对字符串进行加密和解密,只为说明算法原理,可扩展到对文件加解密
Blowfish
- 一个文件加密软件。可以实现对不同文件类型的加解密。-A very good software.
SingleKey
- 加密算法有 DES,DESede,Blowfish等,本例主要解释如何利用DES私钥加密算法加解密-Encryption algorithm DES, DESede, Blowfish and so on, in this case which explain how to use the private key encryption algorithm DES encryption and decryption
Blowfish
- delphi实现的blowfish分组算法的加解密,有图形界面,大家多指教!-delphi group to achieve the blowfish encryption algorithm, a graphical interface, you more advice!
bl_des_test
- 使用dll,将vc下进行文件加解密的blowfish方法做成dll文件,从而在vc中调用,隐藏加解密的参变量。-Using dll, under the vc the blowfish file encryption method made dll file, so call in vc, the hidden variable encryption and decryption of the parameters.
blowfish
- blowfish加密与解密的代码,将blowfish的加解密过程封装成一个类,实现了分块加密,代码条理清晰-C++ implemented blowfish encryption and decryption source code is simple and compact
blowfish
- blowfilsh加解密c代码封装类库,直接调用BlowfishEncryption和BlowfishDecryption函数实现加解密过程。-blowfilsh encryption and decryption of c code encapsulation class library the direct to call BlowfishEncryption and BlowfishDecryption function of e
clsBlowfish
- 用Visual Basic 6开发工具,完成BlowFish加密/解密算法的源代码(An implimention of BlowFish encipher and decipher)