搜索资源列表
DiffieHellmanExample_demo
- DH算法是W.Diffie和M.Hellman提出的。此算法是最早的公钥算法。它实质是一个通信双方进行密钥协定的协议:两个实体中的任何一个使用自己的私钥和另一实体的公钥,得到一个对称密钥,这一对称密钥其它实体都计算不出来。
Diffie-Hellman
- Diffie-Hellman算法源代码
Diffie-Hellman-Key-Exchange-Example
- DH密钥交换协议实现,完成建立相同密钥的过程-key exchange protocol implement
DiffieHellmanExample_src
- Diffie-Hellman算法源代码 -Diffie-Hellman algorithm source code
java4cpp-0.4-src.tar
- ECDSA ,ECIES,Elliptic Curve Diffie-Hellman Key Agreement Scheme
Diffie-Hellman
- Diffie-Hellman:一种确保共享KEY安全穿越不安全网络的方法,它是OAKLEY的一个组成部分-Diffie-Hellman: a kind of security to ensure that KEY shared across insecure networks, it is an integral part of OAKLEY
Secure-Chat-Room
- 本聊天室基于Diffie-Hellman密钥协商协议,并用数字签名实现身份认证,以实现一个安全频道的搭建。-The chat room based on Diffie-Hellman key agreement and authentication using digital signatures to achieve in order to achieve a secure channel structures.
DH
- Diffie-Hellman:一种确保共享KEY安全穿越不安全网络的方法,它是OAKLEY的一个组成部分。Whitefield与Martin Hellman在1976年提出了一个奇妙的密钥交换协议,称为Diffie-Hellman密钥交换协议/算法(Diffie-Hellman Key Exchange/Agreement Algorithm).这个机制的巧妙在于需要安全通信的双方可以用这个方法确定对称密钥。然后可以用这个密钥进行加密和解密。但是注意,这个密钥交换协议/算法只能用于密钥的交换,而