搜索资源列表
-
0下载:
ava加密扩展即Java Cryptography Extension,简称JCE。它是Sun的加密服务软件,包含了加密和密匙生成功能。JCE是JCA(Java Cryptography Architecture)的一种扩展。 JCE没有规定具体的加密算法,但提供了一个框架,加密算法的具体实现可以作为服务提供者加入。除了JCE框架之外,JCE软件包还包含了SunJCE服务提供者,其中包括许多有用的加密算法,比如DES(Data Encryption Standard)和Blowfish。 为简单
-
-
0下载:
blowfish加密算法开发包,blowfish encryption algorithm development package
-
-
0下载:
另一个使用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 algor
-
-
0下载:
加密算法有 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
-
-
0下载:
Java中的Blowfish对称密钥加密算法类和实例-Java in the Blowfish symmetric key encryption algorithm classes and instances
-
-
0下载:
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 b
-
-
0下载:
java非对称加密源程序代码实例,本例中使用RSA加密技术,定义加密算法可用 DES,DESede,Blowfish等。 -java encryption algorithm
-
-
0下载:
Java源码,算法相关,Blowfish,JAVA加密,对称密钥算法 -Java source code and related algorithms, Blowfish,, JAVA encryption, symmetric key algorithm
-
-
0下载:
理解对称加密算法的原理,熟悉常用的对称加密算法:DES,TripleDES,Blowfish
以DES加密算法为例,掌握分组加密算法加,解密过程的实现。
以DES/DESede为例,利用java中的相关类实现对指定字符串的加,解密
-Understand the principle of symmetric encryption algorithm, familiar with the commonly used symmetric encryption algorithms: D
-
-
0下载:
加密算法blowfish的实现源码,本包中包涵有blowfish的三种语言的实现源码C、C++、java;都是很经典的代码,特别拿出来和大家分享-Blowfish encryption algorithm to achieve the source of the package bear with blowfish realize the source of the three languages C, C++, java are very classic code
-
-
0下载:
实习二 分组密码加密
一、实习目的
1、理解对称加密算法的原理,熟悉常用的对称加密算法:DES、TripleDES、Blowfish;
2、以DESede加密算法为例,掌握分组加密算法加、解密过程的实现。
二、实习内容
1.[基本要求]
以DES/DESede为例,利用java中的相关类实现对指定字符串的加、解密。
2.[实现提示]
(1) 可以利用java中的KeyGenerator类创建对称秘钥,利用工厂类KeyGenerator的静态方法getInstanc
-