搜索资源列表
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
Knapsackproblem
- 它是在1978年由Merkel和Hellman提出的。它的主要思路是假定某人拥有大量物品,重量各不同。此人通过秘密地选择一部分物品并将它们放到背包中来加密消息。背包中的物品中重量是公开的,所有可能的物品也是公开的,但背包中的物品是保密的。附加一定的限制条件,给出重量,而要列出可能的物品,在计算上是不可实现的。背包问题是熟知的不可计算问题,背包体制以其加密,解密速度快而其人注目。但是,大多数一次背包体制均被破译了,因此现在很少有人使用它。 -It was in 1978, made by Me
java4cpp-0.4-src.tar
- ECDSA ,ECIES,Elliptic Curve Diffie-Hellman Key Agreement Scheme
DiffieHellmanMerkle
- elliptic curves cryptography code using deffie hellman algorithm
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
deffihell
- deffi hellman key exchange procedure using c plus plus in visual studio
protocol-check-veriff
- This source code about diffe hellman by making use of proverif tool. I assume three people protocol. -This is source code about diffe hellman by making use of proverif tool. I assume three people protocol.
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).这个机制的巧妙在于需要安全通信的双方可以用这个方法确定对称密钥。然后可以用这个密钥进行加密和解密。但是注意,这个密钥交换协议/算法只能用于密钥的交换,而
the-original-root-
- 实验目的 原根与指标是解高次同余式的基础。在密码学中的Diffe-Hellman密钥交换协议、ElGamal公钥密码体制,以及其他许多密码协议和数字签名方案中都会用到原根及其性质。 实验内容与要求 求模n=43的最小原根,并建立其关于模43的指标表,将指标表写入g.txt中。 -Purpose and targets of the original root is the solution of high-order congruence basis. In cryptogra