Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - blowfish
Search - blowfish - List
labview blowfish encryption Algorithm
Update : 2024-05-18 Size : 246784 Publisher : pc

This a slightly mofified repackaging of the Blowfish library cod-This is a slightly mofified repackaging of the Blowfish library cod
Update : 2024-05-18 Size : 950272 Publisher : michelle

DL : 0
这是C#加密的一个例子。大家看看吧-This article includes a generic encryption & decryption class wrapper for C#. It also includes two extra algorithms BlowFish & TwoFish which are not included in standard .NET framework library.
Update : 2024-05-18 Size : 119808 Publisher : 李先生

DL : 0
DLL是一个视窗DLL应用,可以实现通过GSM调制解调器发送、接收、阅读和删除短信息。它支持Visual C/C++、VB(v6和2003)、C# .NET以及其它编程语言,可以对信息采用AES、DES、3DES、ARC4、CAST128、Blowfish、Twofish等加密方式。 -smsdll gsm
Update : 2024-05-18 Size : 177152 Publisher : 黄勇

DCP Crypter is use ciphers,hashers. MD5, Md4, base64, aes 256, rijndael, blowfish-DCP Crypter is use ciphers,hashers. MD5, Md4, base64, aes 256, rijndael, blowfish...
Update : 2024-05-18 Size : 216064 Publisher : qweqwe

DL : 0
这个加密算法根据资料编写的,根据输入字符加密得到密文,可以正常解密。是密码学初学者的编程学习资料。-The encryption algorithm according to the information prepared, based on the input character encrypted ciphertext can be normal to decrypt. Cryptography beginners programming learning materials.
Update : 2024-05-18 Size : 207872 Publisher : 帝高阳

VBCrypto源码库大全源码,这是一个良好的编译算法,由如下算法组成:10种流行的加密算法(Blowfish, Twofish, Rijndael, Skipjack, Serpent, Gost, RC2, RC4, TEA, DES, 3DES, 3DES112, DESE, CAST5, IDEA),6种流行的单一的哈希算法(MD2, MD4, MD5, SHA, SHA256, RipeMD)以及一个huffman压缩算法。-The VBCrypto source libraries the Daquan source, which is a good compilation algorithms, composed by the following algorithm: 10 kinds of popular encryption algorithms (Blowfish, Twofish, Rijndael, Skipjack, Serpent is, Gost, RC2, RC4, TEA, DES, 3DES, 3DES112DESE, CAST5, and IDEA), the popular single hash algorithms (MD2, MD4, MD5, SHA, SHA256, RipeMD), and a huffman compression algorithm.
Update : 2024-05-18 Size : 563200 Publisher : 盖小圈

Java对称加密实例源码,解释如何利用DES私钥加密算法加解密,定义加密算法,可用 DES,DESede,Blowfish。   用密钥加密明文(message),生成密文(cipherText),操作模式为加密(Cipher.ENCRYPT_MODE),key为密钥;   用密钥加密明文(plainText),生成密文(cipherByte),操作模式为解密,key为密钥。 -Java electronic album to source code that you can understand the custom image using the Java language selection drop-down box, the Graphics object to draw the image to generate media loader, set the applet s background color, set the layout manager, an instance of the drop-down box.to obtain the parameters of the number of images, the number of images, how to increase the image to be loaded, adding components to the Applet, create image instance, get the Graphics instance, to redraw the screen and other tips, and want to be a meaningful learning Java image processing.
Update : 2024-05-18 Size : 2048 Publisher : 同同

DL : 0
A libraray of ciphering algorithms :DES,AES,RC4,RC5, Blowfish, 3DES, 3Way, Mars, MD5,MD4,SHA,......... Full source included.
Update : 2024-05-18 Size : 1289216 Publisher : Kamel

java非对称加密源程序代码实例,本例中使用RSA加密技术,定义加密算法可用 DES,DESede,Blowfish等。 -java encryption algorithm
Update : 2024-05-18 Size : 6144 Publisher : Yibo Song

DL : 0
Tcp服务端与客户端的JAVA实例源代码。Tcp服务端与客户端的JAVA实例源代码,一个简单的Java TCP服务器端程序,别外还有一个客户端的程序,两者互相配合可以开发出超多的网络程序,这是最基础的部分。-Server and client examples of JAVA source code, a simple Java TCP server-side procedures, plus a client program, the two complement each other and can develop over many network programs, this is the most basic part.algorithm can be defined DES, DESede, Blowfish etc..
Update : 2024-05-18 Size : 5120 Publisher : 亚亚

DL : 0
Delphi常用的加密算法源库库 包括 2DES 3DES 3DES3 AES BASE64 Blowfish CRC32-Dym CRC32-Static DES MD5 RSA SHA 算法,支持Delphi 5/6/7/2010 各版本-Delphi commonly used encryption algorithm source repositoryInclude2DES3DES3DES3AESBASE64BlowfishCRC32-DymCRC32-StaticDESMD5RSASHAAlgorithm, support for Delphi5 /6 /7 /2010all versions
Update : 2024-05-18 Size : 2723840 Publisher : skertone

DL : 0
Java源码,算法相关,Blowfish,JAVA加密,对称密钥算法 -Java source code and related algorithms, Blowfish,, JAVA encryption, symmetric key algorithm
Update : 2024-05-18 Size : 35840 Publisher : zhulu

DL : 0
此压缩包内有cast、blowfish、simple、des、cryptlib、rsa、mqueue、xtrcrypt、gf256、base32,base64、modexppc、network等一些的常见加密、解密算法,非常全的算法集合,而且还包含有英文的开发文档,研究学习算法的可不要错过。-Compressed package cast, blowfish, simple, des, cryptlib, rsa,, mqueue,, xtrcrypt, gf256, base32, base64-, modexppc, network and other common encryption and decryption algorithms, very full of the algorithm set, but also includes English development documents, the learning algorithm can not miss.
Update : 2024-05-18 Size : 8425472 Publisher : situyun

How to encrypt and decrypt the image by using blowfish algorithm
Update : 2024-05-18 Size : 59392 Publisher : Arun

DL : 0
openssl中的blowfish对称加密算法,c语言实现-openssl- blowfish algorithm, C to achieve
Update : 2024-05-18 Size : 2048 Publisher : 夏绾

DL : 0
blowfilsh加解密c代码封装类库,直接调用BlowfishEncryption和BlowfishDecryption函数实现加解密过程。-blowfilsh encryption and decryption of c code encapsulation class library the direct to call BlowfishEncryption and BlowfishDecryption function of encryption and decryption process.
Update : 2024-05-18 Size : 2048 Publisher : 徐军

运行C++ Builder6下,封装的的一个BlowFish类,有示例调用代码! -The running C++ Builder6 under the package of a BlowFish class example calling code!
Update : 2024-05-18 Size : 59392 Publisher : 门槛

blowfish java代代码 算法简单实用。 -blowfish java-generation code algorithm is simple and practical.
Update : 2024-05-18 Size : 65536 Publisher : 家庭教师

DL : 0
des code...matlab code..of simple des code ita very simple for 8-bit input its encryption technique
Update : 2024-05-18 Size : 30720 Publisher : mahwish
« 1 2 ... 8 9 10 11 12 1314 15 16 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.