搜索资源列表
BlowFish算法完整源码与调用方法
- BlowFish算法完整源码与调用方法-BlowFish integrity algorithm source code and call methods
blowfish加密算法开发工具包
- blowfish加密算法开发工具包 一个加密用的工具包 采用 blowfish算法-development kit with an encryption tool kit used blowfish algorithm
secalg
- 一组安全仅仅使用标准C且没有进行文件操作,内存分配的安全算法,包含md5和blowfish,可以编译成应用程序或者驱动程序使用的库.-a security group to use only standard C without documentation operation, the safety of memory allocation algorithms includes md5 and blowfish, can be compiled into applications or dri
300多种加密算法
- 300多种加密算法 RSA DES ECC Blowfish RC4
blowfish encryption code
- blowfish加密类,常用加密算法之一,简单快速
labview_blowfish_encryption
- labview blowfish encryption Algorithm
dcpcrypt
- BLOWFISH,B64,HASH等算法-BLOWFISH, B64, HASH algorithm, etc.
dcpdemos
- BLOWFISH,TWOFISH,HASH算法-BLOWFISH, TWOFISH, HASH algorithm
blowfish
- test file for Blowfish
BlowFish
- BlowFish算法完整源码与调用方法 运行环境 Delphi5, Delphi6, Delphi7 -BlowFish complete source code and call the method of algorithm runtime environment Delphi5, Delphi6, Delphi7
Blowfish
- Visual Basic Blowfish functions This a Visual Basic version of Bruce Schneier s Blowfish algorithm as detailed in "Applied Cryptography", 2nd edition, 1996 It has been tested in VB6 and Access VBA. Use at your own risk. Version 6. Pu
BlowfishEncryption
- Blowfish Algorithm is a Feistel Network, iterating a simple encryption function 16 times. The block size is 64 bits, and the key can be any length up to 448 bits. Although there is a complex initialization phase required before any encryption can
VBCrypto
- 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
SingleKey
- DES 对称加密源码实例,加密算法可以是DES,DESede,Blowfish等,选择DES算法,密钥长度必须为56位,用密钥加密明文(message),生成密文(cipherText),操作模式为加密(Cipher.ENCRYPT_MODE),key为密钥,用密钥加密明文(plainText),生成密文(cipherByte),操作模式为解密,key为密钥-DES symmetric encryption source code examples
JCTV1.0SRC
- BlowfishTool.java封装同Blowfish对称加密算法有关的方法,包括了使用创建Blowfish密码,使用Blowfish加密、解密, 使用PBE(基于口令的加密)存取blowfiwsh密码 Digest.java计算字符串和byte[]的数字摘要 PBETool.java封装同PBE(基于口令的加密)算法有关的方法,可用使用PBE算法加密和解密-Jct encryption and decryption tool kit source code
JavaBlowfish
- Blowfish对称加密算法实例,应用Blowfish对称密钥加密的一个类,另外还有一个使用该类的例子,研究下Java加密的基础知识,仅供参考。-Blowfish symmetric encryption algorithm example