搜索资源列表
Applet3
- 本程序是运用JAVA把流密码生成过程演示出来,谢谢大家支持。我现在需要流密码加密软件,有的密我 QQ:271027-This procedure is to use JAVA to flow out of the password generation process presentation, thank you for support. I now need to stream cipher encryption software, and some secret I QQ: 2710271
shanlanjiamifa
- 这是用Java语言编写的栅栏加密代码,希望大家可以借鉴。算是我的小小心意。请下载看看。我相信你们会需要的。-It is written in Java language barrier encryption code, and hope that we can learn from. I suppose I have little mind. Please download to see. I am sure that you will need.
Encry
- java中多种常用的加密算法 java中多种常用的加密算法-I think it can help you
EC
- Elliptic curve Cryptography implementation using the Java. Here I used Elliptical curve, point, key generation in the program.
Inside-the-Java-Virtual-Machine--1997
- This book describes the Java Virtual Machine, the abstract computer on which all Java programs run. Through a combination of tutorial explanations, working examples, reference material, and applets that interactively illustrate the concepts presented
EncryptionDecryption
- 用Java实现的一个可逆加密工具类,很不错!我在自己的项目已经使用。-Java implementation of a reversible encryption tools, very good! I already use in your own projects.
Diaries
- 自己编写的一个加密的日记本程序java源码,代码中有icon,注意编译时删除-I have written an encrypted diary program java source code icon, pay attention to compile delete
DES
- DES java code The Data Encryption Standard (DES, /ˌ diː ˌ iː ˈ ɛ s/ or /ˈ dɛ z/) was once a predominant symmetric-key algorithm for the encryption of electronic data. It was highly influential in the advancement of m
信息安全实验2-1
- 实验内容 1、对称密码技术的实现 (1)熟悉相应的DES加密/解密函数的使用,在单机完成对特定文件(test-1.txt)的单重DES加密/解密; (2)针对DES密钥特点(8字节,64比特位,其中真正起作用的为56比特位),设计一次一密的密钥产生机制(即每次会话所使用的密钥都是临时随机产生的); 2、非对称密码技术的实现 (1)熟悉RSA相关函数(公私钥生成函数,加密/解密函数); (2)利用公钥加密特定文件(test-1.txt),并用私钥进行解密;反过来,再利用私钥加密特定