文件名称:diffhell
介绍说明--下载内容均来自于网络,请自行研究使用
实习内容 基于Diffle-Human的密钥交换
1 问题描述:
Diffle-Human算法是建立在DH公钥和私钥基础上的密钥分配算法,如A需要和B共享密钥时,A和B各自生成DH的公钥和私钥,公钥对外公布而私钥各自秘密保存
2 基本要求
在java平台上实现基于Diffle-Human的密钥交换-
Practical content-based key exchange Diffle-Human
A descr iption of the problem:
Diffle-Human algorithm is established in the DH key distribution method based on a public key and a private key, such as when A and B need to share the key, A, and B are generated DH public key and private key, public key and private announced each key is kept secret
Two basic requirements
Implemented on a java-based platform Diffle-Human key exchange
1 问题描述:
Diffle-Human算法是建立在DH公钥和私钥基础上的密钥分配算法,如A需要和B共享密钥时,A和B各自生成DH的公钥和私钥,公钥对外公布而私钥各自秘密保存
2 基本要求
在java平台上实现基于Diffle-Human的密钥交换-
Practical content-based key exchange Diffle-Human
A descr iption of the problem:
Diffle-Human algorithm is established in the DH key distribution method based on a public key and a private key, such as when A and B need to share the key, A, and B are generated DH public key and private key, public key and private announced each key is kept secret
Two basic requirements
Implemented on a java-based platform Diffle-Human key exchange
(系统自动生成,下载前可以参看下载内容)
下载文件列表
diffhell\Key_DH.java
........\KeyAgree.java
diffhell