搜索资源列表
-
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下载:
这是一个密码安全管理工具,java平台运能是你更加安全管理多个用户的系统-This is a Java version of the PasswordSafe password management utility. This utility allows you to easily and securely manage multiple passwords, in a format that is compatible with the original PasswordSafe utili
-
-
0下载:
Cryptography software 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下载:
实习三 基于RSA的公钥加密
一、实习目的
1.理解公钥密码算法,熟悉常用密码算法:RSA、椭圆曲线密码体制;
2.以RSA加密算法为例,掌握公钥密码算法加解密过程的实现。
二、实现要求
1.实习前认真预习第6章的有关内容;
2.熟悉java中java.security.*和java.crypto.* 中相关类。
三、实习内容
-Practice three based on the RSA public key encryption
一、实习目的
-
-
0下载:
Visual cryptography is a cryptographic technique which allows visual information (pictures, text, etc.) to be encrypted in such a way that decryption becomes a mechanical operation that does not require a computer. One of the best-known techniques ha
-
-
1下载:
JAVA非对称加密技术,RSA加解密。
利用公钥加密特定文件(test-1.txt),并用私钥进行解密;反过来,再利用私钥加密特定文件,并用公钥进行解密。对比解密后的文件与原始文件是否一致。-JAVA asymmetric encryption technology, RSA encryption and decryption. The use of public key cryptography specific file (test-1.txt), and with the privat
-