Location:
Search - blowfish java
Search list
Description: Blowfish加密算法,使用前请先加载一个名为Blowfish.java的文件
Platform: |
Size: 874 |
Author: 李勃 |
Hits:
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: 3197 |
Author: 肖俊 |
Hits:
Description: 用java语言编写的blowfish源代码
Platform: |
Size: 73637 |
Author: xieyulai |
Hits:
Description: blowfish加密算法开发包-blowfish encryption algorithm development package
Platform: |
Size: 99328 |
Author: 站长 |
Hits:
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:
Description: source of BlowFish encryption algorithm implemented by JAVA
Platform: |
Size: 10240 |
Author: jack |
Hits:
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:
Description: Blowfish加密算法,使用前请先加载一个名为Blowfish.java的文件-Blowfish encryption algorithm, use before loading a document Blowfish.java
Platform: |
Size: 1024 |
Author: 李勃 |
Hits:
Description: 加密算法有 DES,DESede,Blowfish等,本例主要解释如何利用DES私钥加密算法加解密-Encryption algorithm DES, DESede, Blowfish and so on, in this case which explain how to use the private key encryption algorithm DES encryption and decryption
Platform: |
Size: 2048 |
Author: fengli |
Hits:
Description: JAVA中的Blowfish加密属于对称密钥算法,如果知道密钥,则可以对加密后的数据解密,但如果如果不知道密钥,基本上是不可能的,因此,这就决定了它的先天不足,就是带来的密钥的管理问题。
-JAVA The Blowfish symmetric key encryption algorithms are, if you know the key, you can decrypt the encrypted data, but if if you do not know the key, it is basically impossible, therefore, which determines its defects, is brought about key management issues.
Platform: |
Size: 10240 |
Author: 曹海林 |
Hits:
Description: blowfish java代码 算法简单实用-algorithm on blowfish java
Platform: |
Size: 73728 |
Author: 谢山 |
Hits:
Description: JAVA中的Blowfish加密属于对称密钥算法,如果知道密钥,则可以对加密后的数据解密,但如果如果不知道密钥,基本上是不可能的,因此,这就决定了它的先天不足,就是带来的密钥的管理问题。-JAVA The Blowfish symmetric key encryption algorithms are, if you know the key, you can decrypt the encrypted data, but if if you do not know the key, it is basically impossible, therefore, which determines its defects, is brought about key management issues.
Platform: |
Size: 10240 |
Author: 196 |
Hits:
Description: blowfish算法源代码请大家分享一下-blowfish blowfish blowfish
Platform: |
Size: 27648 |
Author: aa |
Hits:
Description: J2ME 环境下的简单加密程序,包括DES,light AES,blowfish-DES,light AES,blowfish
Platform: |
Size: 28672 |
Author: 刘生 |
Hits:
Description: blowfish algorithm using java
Platform: |
Size: 24576 |
Author: vicky |
Hits:
Description: JAVA中的Blowfish加密属于对称密钥算法,如果知道密钥,则可以对加密后的数据解密,但如果如果不知道密钥,基本上是不可能的,因此,这就决定了它的先天不足,就是带来的密钥的管理问题。
-JAVA is the Blowfish encryption symmetric key algorithm, if you know the key, you can decrypt the encrypted data, but if if you do not know the key, is basically impossible, therefore, which determines its deficiencies, is to bring key management issues.
Platform: |
Size: 10240 |
Author: 解向前 |
Hits:
Description: Java源码,算法相关,Blowfish,JAVA加密,对称密钥算法 -Java source code and related algorithms, Blowfish,, JAVA encryption, symmetric key algorithm
Platform: |
Size: 35840 |
Author: zhulu |
Hits:
Description: Blowfish.java generates the symmetrickey using Blowfish algorithm. Key size assigned here is 128 bits. It works forkey size of 256 and 448 bits also. Encryption and decryption method is writtenbased on Blowfish algorithm. Message to encrypt can be given as input.Encrypted and decrypted text is displayed in message dialog.
Platform: |
Size: 27648 |
Author: saadawais |
Hits:
Description: Blowfish.java generates the sysmetric key using Blowfish algorithm. Key size assigned here is 128 bits. It works for key size of 256 and 448 bits also. Encryption and decryption method is written based on Blowfish algorithm. Message to encrypt can be given as input. Encrypted and decrypted text is displayed in message dialog.
Platform: |
Size: 3072 |
Author: Sheema Fatima |
Hits:
Description: BLowfish attack developed in java used to perform a Distributed system attack
Platform: |
Size: 259072 |
Author: alexsilvar |
Hits: