Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - blowfish
Search - blowfish - List
DL : 0
以上为本人作业blowfish代码,已成功经过编译,
Update : 2008-10-13 Size : 65869 Publisher : 惠言

DL : 0
完整的blowfish算法加密例子,用delphi编写
Update : 2008-10-13 Size : 21005 Publisher : lzg1984

DL : 0
Blowfish encode and decode
Update : 2008-10-13 Size : 3051002 Publisher : kin

DL : 0
这是一个blowfish加密算法。该算法是从speakfs提取,没修改,只进行封装。并且提供了算法使用的范例程序。
Update : 2008-10-13 Size : 32925 Publisher : 陈辉

DL : 0
嵌入环境下Blowfish加密算法的实现,该算法代码后来移植到Atmega128芯片上实现并在现场应用至今2年多
Update : 2008-10-13 Size : 34473 Publisher : hugeant

DL : 0
利用Blowfish对称加密算法对文件进行加密, 内含VC++ 6.0源码
Update : 2008-10-13 Size : 61013 Publisher : 张鲁夺

DL : 0
加密算法,blowfish,是著名的bruce的大作,安全强度高
Update : 2008-10-13 Size : 9505 Publisher : jiang

IA-32汇编原代码,blowfish.相比于c/c++写的原代码,效率更高
Update : 2008-10-13 Size : 8201 Publisher : elipas

用java语言编写的blowfish源代码
Update : 2009-08-31 Size : 73637 Publisher : xieyulai

DL : 0
blowfish加密算法开发包-blowfish encryption algorithm development package
Update : 2024-05-04 Size : 99328 Publisher : 站长

另一个使用java编写的加密通用算法包,含des,rsa,sha,md5,md4,md2,idea,blowfish等很多加密算法和密钥存储、签名等源码- Another uses the java compilation the encryption general algorithm package, contains des, rsa, sha, md5, md4, md2, idea, blowfish and so on the very many encryption algorithm and the key saves, source code and so on the signature
Update : 2024-05-04 Size : 2530304 Publisher : 站长

DL : 0
Blowfish加密算法加密-Blowfish encryption algorithm encrypts
Update : 2024-05-04 Size : 9216 Publisher : 曹超

DL : 0
使用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算法.- Uses encryption algorithm storehouse which VB writes, including 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), but also has Huffman and the Base64 algorithm
Update : 2024-05-04 Size : 635904 Publisher : none

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

BlowFish算法的压缩源码-BlowFish compression algorithm source code
Update : 2024-05-04 Size : 17408 Publisher :

基于Blowfish加密算法的文件加密源程序-Blowfish encryption algorithm based on the source file encryption
Update : 2024-05-04 Size : 69632 Publisher : 丁杨

DL : 0
source of BlowFish encryption algorithm implemented by JAVA
Update : 2024-05-04 Size : 10240 Publisher : jack

这个加解密源码几乎包括了世界上几个最著名的加密算法: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 : 2024-05-04 Size : 49152 Publisher : 过风

DL : 0
File Encryption Utility(使用Blowfish算法给文件加密的完整程序)VC 源代码-File Encryption Utility (using Blowfish encryption algorithm to document the integrity of procedures) VC source code
Update : 2024-05-04 Size : 151552 Publisher : 流逝

DL : 0
ava加密扩展即Java Cryptography Extension,简称JCE。它是Sun的加密服务软件,包含了加密和密匙生成功能。JCE是JCA(Java Cryptography Architecture)的一种扩展。 JCE没有规定具体的加密算法,但提供了一个框架,加密算法的具体实现可以作为服务提供者加入。除了JCE框架之外,JCE软件包还包含了SunJCE服务提供者,其中包括许多有用的加密算法,比如DES(Data Encryption Standard)和Blowfish。 为简单计,在本文中我们将用DES算法加密和解密字节码。下面是用JCE加密和解密数据必须遵循的基本步骤: 步骤1:生成一个安全密匙。在加密或解密任何数据之前需要有一个密匙。密匙是随同被加密的应用一起发布的一小段数据,Listing 3显示了如何生成一个密匙。 【Listing 3:生成一个密匙】 -expansion that Java Cryptography Extension, referred to JCE. It is Sun's encryption software, including encryption and key generation functions. JCE is JCA (Java Cryptography Architecture), an extension. JCE no specific encryption algorithms, but provides a framework, the specific encryption algorithm can achieve as a service provider to join. Apart from the JCE framework, JCE package also includes SunJCE service providers, including many useful encryption algorithms such as DES (Data Encryption Standard) and the Blowfish. For simple terms, in this paper we will use DES encryption and decryption algorithms byte code. Below is JCE encryption and decryption of data must adhere to the basic steps : Step 1 : Generating a security keys. In any encryption or decryption of data is needed befo
Update : 2024-05-04 Size : 3072 Publisher : 肖俊
« 1 2 34 5 6 7 8 9 10 ... 16 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.