Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - blowfish
Search - blowfish - List
DL : 0

Update : 2024-05-04 Size : 189032 Publisher :

DL : 0
blowfish加密算法开发包
Update : 2024-05-04 Size : 98959 Publisher :

Blowfish加密算法加密
Update : 2024-05-04 Size : 8793 Publisher :

另一个使用java编写的加密通用算法包,含des,rsa,sha,md5,md4,md2,idea,blowfish等很多加密算法和密钥存储、签名等源码
Update : 2024-05-04 Size : 2529490 Publisher :

使用VB写的加密算法库,包括Blowfish, IDEA, Triple DES (3DES), DES, DESE, Gost, Skipjack, TEA, Cast5, Serpent-128, Serpent-192, Serpent-256, Rijndael-128, Rijndael-192, Rijndael-256, RC2, RC4, and Twofish), six popular hash algorithms (SHA-1, SHA-256, MD2, MD4, MD5, and RipeMD), 还有 Huffman和Base64算法.
Update : 2024-05-04 Size : 636247 Publisher :


Update : 2024-05-04 Size : 202826 Publisher :

DL : 0
标准C++书写的BlowFish加密算法,和加密文件演示,速度较快-written in standard C BlowFish encryption algorithm, and encryption paper presentations, faster
Update : 2008-10-13 Size : 10182 Publisher : 邓飞

DL : 0
内核加解密算法 加解密函数库及其使用说明,详见附件。 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,twofish)-cbc (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc6,serpent,twofish)-cfb struct cipher_implementation* ci中对应的可调用的method:encrypt_iv decrypt_iv encrypt decrypt 比如以des-cbc为find_cipher_by_name的参数得到的ci调用encrypt_iv,decrypt_iv. find_digest_by_name中参数digestname可取的值: sha1 md5 struct digest_implementation* di中对应的可调用的method:open update digest close hmac 计算digest时调用di->digest,计算hmac时调用di->hmac. 注意:加载我们需要的cipher-*.o和digest-*.o之前需先加载cryptoapi.o。 -core encryption and decryption algorithm encryption and decryption functions and their use, as detailed in the annex. Find_cipher_by_name cipher desirable parameter values to the following portfolio, dealing with different modes : (des, des_ede3, Aes, blowfish, cast5, DFC, the idea, mars, RC5, production, serpent, twofish) - ecb ( des, des_ede3, Aes, blowfish, cast5, DFC, the idea, mars, RC5, production, serpent, twofish) - cbc (des, des_ede3, Aes, blowfish, cast5, DFC, the idea, mars, production, the serpent , twofish) - Sample struct cipher_implementation ci * corresponding the available method : encrypt_iv decrypt_iv encrypt decrypt such as a des-cbc find_cipher_by_name parameters for the ci call encrypt_iv, decrypt_iv. find_digest_by_name digestname desirable parameter values : sha1 md
Update : 2008-10-13 Size : 139861 Publisher : xf

DL : 0
使用VC编写的文件操作类FileTool,主要有四个函数: //加密文件,输入参数为文件名,采用了BlowFish加密算法 BOOL EncryptFile(char * pFileName) //解密文件,输入参数为文件名 BOOL DeCryptFile(char * pFileName) //对某一目录下的文件打包,包括子目录,采用了LZARI压缩算法 BOOL Archieve(char * dir, char * arch) BOOL UnArchieve(char * arch, char * dir) 希望这些资料给广大网友带来便利! 本程序为网上下载-use of the documents prepared by the VC operation FileTool category has four main functions : / / encryption, the input parameters for file names, use the BlowFish encryption algorithm BOOL EncryptFile (char * pFileName) / / declassified document and the document input parameters were BOOL DeCryptFile (char * pFileName ) / / directory to a package of documents, including subdirectories, using a compression algorithm BOOL LZARI Archieve (char * dir, char * arch) BOOL UnArchieve (char * arch, char * dir) hope that such information for the majority of netizens bring convenience! this procedure downloading
Update : 2008-10-13 Size : 22550 Publisher : 丁建军

a C++ Class Library of Cryptographic Primitives This library includes: MD2, MD5, SHA-1, HAVAL, Tiger, RIPE-MD160, MD5-MAC, HMAC, XOR-MAC, DES, IDEA, WAKE, 3-WAY, TEA, SAFER, Blowfish, SHARK, GOST, CAST-128, Square,Diamond2, Sapphire, RC2, RC5, RC6, MARS, SEAL, Luby-Rackoff, MDC, various encryption modes (CFB, CBC, OFB, counter), DH, DH2, MQV, DSA, NR, ElGamal, LUC, LUCDIF, LUCELG, Rabin, RW, RSA, BlumGoldwasser, elliptic curve cryptosystems, BBS, DEFLATE compression,Shamir s secret sharing scheme, Rabin s information dispersal scheme.-a C++ Class Library of Cryptographic Primitives This library includes: MD2, MD5, SHA-1, HAVAL, Tiger, RIPE-MD160, MD5-MAC, HMAC, XOR-MAC, DES, IDEA, WAKE, 3-WAY, TEA, SAFER, Blowfish, SHARK, GOST, CAST-128, Square,Diamond2, Sapphire, RC2, RC5, RC6, MARS, SEAL, Luby-Rackoff, MDC, various encryption modes (CFB, CBC, OFB, counter), DH, DH2, MQV, DSA, NR, ElGamal, LUC, LUCDIF, LUCELG, Rabin, RW, RSA, BlumGoldwasser, elliptic curve cryptosystems, BBS, DEFLATE compression,Shamir s secret sharing scheme, Rabin s information dispersal scheme.
Update : 2008-10-13 Size : 388055 Publisher : 刘永

这个加解密源码几乎包括了世界上几个最著名的加密算法: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, Skipjack, TEA, Twofish, won the five-recommended source
Update : 2008-10-13 Size : 49157 Publisher : 姚紫欣

DL : 0
(1)你可以不用懂任何加密算法,就可以方便的使用Reg.dll对你的程序进 行高强度的算法加密。 (2)内置多种强大的对称和非对称算法,可满足各类应用需求。 (3)包含VC、VB、BCB、Delphi等多种开发工具的详细调用示例源码。 加密算法库内置了BlowFish、MD5、 SHA512、RIPEMD160、Secret16、MD5FileCheck、CRCFileCheck、 EncryptStringFun1、DecryptStringFun1、FileEncrypt、FileDecrypt 等多种强大的加密算法,可以满足共享软件开发中的不同需求。-(1) You do not have to understand any encryption algorithm, it can facilitate the use of your Reg.dll procedures for high-strength encryption algorithms. (2) a variety of powerful built-in symmetric and asymmetric algorithms, and can meet various application needs. (3) contain VC, VB, BCB, Delphi and other development tools called the detailed examples of FOSS. Built-in encryption algorithm for the BlowFish, MD5, SHA512, RIPEMD160. Secret16, MD5FileCheck, CRCFileCheck. EncryptStringFun1, DecryptStringFun1. FileEncrypt, FileDecrypt other powerful encryption algorithm, sharing software development to meet the different needs.
Update : 2008-10-13 Size : 1040572 Publisher : wflee

这是Blowfish算法实例 VC++实现的-This is the Blowfish algorithm examples of the VC
Update : 2008-10-13 Size : 50726 Publisher : liyanzhi

DL : 0
Powerful BlowFish C code ,-Powerful BlowFish C code.
Update : 2008-10-13 Size : 10790 Publisher : 李鐵克

BlowFish算法的压缩源码-BlowFish compression algorithm source code
Update : 2008-10-13 Size : 17926 Publisher :

基于Blowfish加密算法的文件加密源程序-Blowfish encryption algorithm based on the source file encryption
Update : 2008-10-13 Size : 69869 Publisher : 丁杨

这是多个加密算法源代码如algebra,blowfish,blumgold,diamond,tiger等25个算法-This is the number of source code encryption algorithm such as algebra, blowfish. blumgold, diamond, tiger, etc. 25 Algorithm
Update : 2008-10-13 Size : 155198 Publisher : 伙同

DL : 0
Blowfish 加密解密控件,在com环境下调用,测试通过。-Blowfish encryption and decryption Controls, in com environment called the test.
Update : 2008-10-13 Size : 68791 Publisher : 刘登峰

DL : 0
一个我自用的BLOWFISH源码VC++环境.有不完善的地方还请各位大侠指点~!-I own a BLOWFISH source VC environment. Where there are imperfections also requested to instruct the Shanhaiguan ~!
Update : 2008-10-13 Size : 100365 Publisher : 王锦

DL : 0
一个自己写的加密/解密DLL文件,包含(Base64, BlowFish, AES, RSA,DES3,GOST)等算法以及用delphi 和 C++Builder 调用的例子源码和调用说明文件。-himself wrote an encryption / decryption DLL files, including (Base64, BlowFish. AES, RSA, DES3. GOST) algorithm and using delphi called Builder and C source code examples and the use of documentation .
Update : 2008-10-13 Size : 920058 Publisher : Arnold
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 16 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.