文件名称:MD5
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2014-10-23
- 文件大小:
- 4kb
- 下载次数:
- 0次
- 提 供 者:
- 王**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
非对称密码技术的实现
(1)熟悉RSA相关函数(公私钥生成函数,加密/解密函数);
(2)利用公钥加密特定文件(test-1.txt),并用私钥进行解密;反过来,再利用私钥加密特定文件,并用公钥进行解密。对比解密后的文件与原始文件是否一致。
-Achieve asymmetric cryptographic techniques (1) be familiar with RSA-related functions (public and private key generation functions, encryption/decryption function) (2) the use of public key cryptography specific file (test-1.txt), and with the private key to decrypt turn , and then use the private key to encrypt specific files, and use the public key to decrypt it. Comparative decrypted file if the original files are consistent.
(1)熟悉RSA相关函数(公私钥生成函数,加密/解密函数);
(2)利用公钥加密特定文件(test-1.txt),并用私钥进行解密;反过来,再利用私钥加密特定文件,并用公钥进行解密。对比解密后的文件与原始文件是否一致。
-Achieve asymmetric cryptographic techniques (1) be familiar with RSA-related functions (public and private key generation functions, encryption/decryption function) (2) the use of public key cryptography specific file (test-1.txt), and with the private key to decrypt turn , and then use the private key to encrypt specific files, and use the public key to decrypt it. Comparative decrypted file if the original files are consistent.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MD5\.classpath
...\.project
...\.settings\org.eclipse.core.resources.prefs
...\.........\org.eclipse.jdt.core.prefs
...\bin\MD5Util.class
...\src\MD5Util.java
...\test-1.txt
...\.settings
...\bin
...\src
MD5