Welcome![Sign In][Sign Up]
Location:
Search - BLOWFISH

Search list

[OtherBLOWFISH

Description: 以上为本人作业blowfish代码,已成功经过编译,
Platform: | Size: 65869 | Author: 惠言 | Hits:

[Crack HackBlowFish

Description: 完整的blowfish算法加密例子,用delphi编写
Platform: | Size: 21005 | Author: lzg1984 | Hits:

[Crack HackBlowFish

Description: Blowfish encode and decode
Platform: | Size: 3051002 | Author: kin | Hits:

[Crack Hackblowfish

Description: 这是一个blowfish加密算法。该算法是从speakfs提取,没修改,只进行封装。并且提供了算法使用的范例程序。
Platform: | Size: 32925 | Author: 陈辉 | Hits:

[Crack Hackblowfish

Description: 嵌入环境下Blowfish加密算法的实现,该算法代码后来移植到Atmega128芯片上实现并在现场应用至今2年多
Platform: | Size: 34473 | Author: hugeant | Hits:

[Crack HackBlowfish

Description: 利用Blowfish对称加密算法对文件进行加密, 内含VC++ 6.0源码
Platform: | Size: 61013 | Author: 张鲁夺 | Hits:

[Crack Hackblowfish

Description: 加密算法,blowfish,是著名的bruce的大作,安全强度高
Platform: | Size: 9505 | Author: jiang | Hits:

[assembly languageblowfish.asm

Description: IA-32汇编原代码,blowfish.相比于c/c++写的原代码,效率更高
Platform: | Size: 8201 | Author: elipas | Hits:

[Otherblowfish java代码

Description: 用java语言编写的blowfish源代码
Platform: | Size: 73637 | Author: xieyulai | Hits:

[Crack Hackbf-sdk11

Description: blowfish加密算法开发包-blowfish encryption algorithm development package
Platform: | Size: 99328 | Author: 站长 | Hits:

[Crack Hackcryptix_src_3-1-2

Description: 另一个使用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
Platform: | Size: 2530304 | Author: 站长 | Hits:

[Crack Hackblowfish2

Description: Blowfish加密算法加密-Blowfish encryption algorithm encrypts
Platform: | Size: 9216 | Author: 曹超 | Hits:

[Crack HackVBCrypto2

Description: 使用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
Platform: | Size: 635904 | Author: none | Hits:

[Crack Hackc++_blowfish

Description: 标准C++书写的BlowFish加密算法,和加密文件演示,速度较快-written in standard C BlowFish encryption algorithm, and encryption paper presentations, faster
Platform: | Size: 10240 | Author: 邓飞 | Hits:

[Crack HackBlowFishDocViewSrc

Description: BlowFish算法的压缩源码-BlowFish compression algorithm source code
Platform: | Size: 17408 | Author: | Hits:

[Crack HackFileEnc_Sources

Description: 基于Blowfish加密算法的文件加密源程序-Blowfish encryption algorithm based on the source file encryption
Platform: | Size: 69632 | Author: 丁杨 | Hits:

[JSP/JavaBlowfish

Description: source of BlowFish encryption algorithm implemented by JAVA
Platform: | Size: 10240 | Author: jack | Hits:

[Crack Hack020827_encryp

Description: 这个加解密源码几乎包括了世界上几个最著名的加密算法: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.
Platform: | Size: 49152 | Author: 过风 | Hits:

[Crack HackFileEnc

Description: File Encryption Utility(使用Blowfish算法给文件加密的完整程序)VC 源代码-File Encryption Utility (using Blowfish encryption algorithm to document the integrity of procedures) VC source code
Platform: | Size: 151552 | Author: 流逝 | Hits:

[Crack Hack肖俊.java

Description: 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
Platform: | Size: 3072 | Author: 肖俊 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 16 »

CodeBus www.codebus.net