当前位置:
首页 资源下载
搜索资源 - Cryptography in java
搜索资源列表
-
0下载:
ava加密扩展即Java Cryptography Extension,简称JCE。它是Sun的加密服务软件,包含了加密和密匙生成功能。JCE是JCA(Java Cryptography Architecture)的一种扩展。 JCE没有规定具体的加密算法,但提供了一个框架,加密算法的具体实现可以作为服务提供者加入。除了JCE框架之外,JCE软件包还包含了SunJCE服务提供者,其中包括许多有用的加密算法,比如DES(Data Encryption Standard)和Blowfish。 为简单
-
-
1下载:
1、实现集中式对称密钥的分配工作(作为通讯的双方A和B,都已经分别和KDC拥有会话密钥);
2、分布式对称密钥分配(作为通讯的双方A和B已经共享一个会话主密钥);
3、公钥密码技术实现对称密码技术密钥的分配(作为通讯的双方A和B已经拥有对方的公钥);-1, the realization of a centralized allocation of symmetric key (for communication between the parties A and B, respec
-
-
0下载:
In cryptography, RSA (which stands for Rivest, Shamir and Adleman who first publicly described it see below) is an algorithm for public-key cryptography. It is the first algorithm known to be suitable for signing as well as encryption, and one of the
-
-
0下载:
Very large (tested for more than 2048 bits) prime number generator and tester program. This is well written and based on solid algorithms in this field. Source code is my own, used for Masters course in Cryptography.
Program has easily readable and
-
-
0下载:
利用java实现文件的AES加密功能
This Java AES Crypt package contains the Java class es.vocali.util.AESCrypt, which provides file encryption and decryption using aescrypt file format.
Requirements
The Java AES Crypt package only works in Java 6, but can be
-
-
0下载:
该程序包提供了三种加解密算法的源代码:DES、AES和RSA。程序没有使用Java的security库,完全是自己根据加解密算法流程手工编写的。适用于密码学加解密算法的学习和研究。 由于运行速度慢,不推荐用于实用项目。-The package offers three encryption algorithm source code: DES, AES and RSA. Procedures did not use Java' s security database is entirely
-
-
0下载:
ecplise环境下密码学RSA算法的实现-ecplise environment RSA cryptography algorithm implementation
-
-
0下载:
eliptic curve cryptography decryption
-
-
0下载:
[cryptography] AES encrypt and decrypt for j2me,
-
-
0下载:
Elliptic curve cryptography system implemented in java
-
-
0下载:
Cryptography software in java
-
-
0下载:
ECC cryptography in java.
-
-
0下载:
Digital image stegnography it is very latest approach to Cryptography
-
-
0下载:
cryptography in java Author:david
-
-
0下载:
rsa algorithm for public-key cryptography implementation in Java Eclipse
-
-
0下载:
This book covers cryptographic programming in Java. Java 1.1 and Java 1.2 provide extensive support
for cryptography with an elegant architecture, the Java Cryptography Architecture (JCA). Another set
of classes, the Java Cryptography Extension (
-
-
0下载:
java写的椭圆曲线加密(EECC)算法源码
-Elliptic Curve Cryptography (EECC) algorithm source code written in java
-
-
0下载:
A book about encrytion in Java
-
-
0下载:
此代码用java编写,实现凯撒密码的加密和解密,-this codes are edited in java,which is Caesar encryption and decryption
-
-
0下载:
实习三 基于RSA的公钥加密
一、实习目的
1.理解公钥密码算法,熟悉常用密码算法:RSA、椭圆曲线密码体制;
2.以RSA加密算法为例,掌握公钥密码算法加解密过程的实现。
二、实现要求
1.实习前认真预习第6章的有关内容;
2.熟悉java中java.security.*和java.crypto.* 中相关类。
三、实习内容
-Practice three based on the RSA public key encryption
一、实习目的
-