搜索资源列表
Diffie-Hellman
- Diffie-Hellman算法源代码
Diffie-Hellman
- Diffie-Hellman算法源代码,比较好用,值得参考借鉴
Diffie-Hellman
- Diffie-Hellman
dentity-Based
- 使用威尔配对,本文提出了一种基于身份的环签密方案,给出了具体的算法.该方案能够使消息的 发送者以一种完全匿名的方式发送消息,并且同时实现保密性和认证性两种功能.我们证明了在决策双线性Diffie- Hellman问题难解的假设下,新提出的方案对自适应选择密文攻击是安全的.与传统的先签名后加密的方案 相比,本方案中密文长度有了明显的降低,在低带宽的要求下更加可行.-Will the use of matching, this
DiffieHellmanExample_demo
- DH算法是W.Diffie和M.Hellman提出的。此算法是最早的公钥算法。它实质是一个通信双方进行密钥协定的协议:两个实体中的任何一个使用自己的私钥和另一实体的公钥,得到一个对称密钥,这一对称密钥其它实体都计算不出来。-DH algorithm is W. Diffie and M. Hellman proposed. This algorithm is one of the first public key algorithm.
Diffie-Hellman
- Diffie-Hellman算法源代码
Diffie-Hellman
- Diffie-Hellman算法源代码,比较好用,值得参考借鉴-Diffie-Hellman algorithm source code, useful comparison, it is also useful reference
DiffieHellmanExample_src
- Diffie-Hellman算法源代码 -Diffie-Hellman algorithm source code
Diffie-Hellman
- 用java写的Diffie-Hellman密钥交换协议-Using java to write the Diffie-Hellman key exchange protocol
DiffieHellmanMerkle
- ECC 是下一代用于移动或无线环境的公钥加密技术。ECC 基于一套用于执行非对称加密的密钥生成、加密和解密算法。 ECC 包含以下重要功能: 较之传统的密码系统(如 RSA),ECC 可以使用较小的密钥大小提供同等的安全性,这可以加速计算、降低功耗和内存并节省带宽。 ECC 在椭圆曲线上进行运算。您必须选择曲线和密钥长度。曲线由 NIST、ANSI 和 SECG 等多个组织标准化并命名。由于这些标准包含密钥长度,因此您只需选择其中一个预
key
- 通过miracl大数库生成rsa密钥,并通过diffie-hellman算法交换密钥-Miracl large numbers through the database to generate rsa key, and algorithm diffie-hellman key exchange
Computersecurity
- 设计一个加密系统里面含Diffie-Hellman代码 DES_Tool2(直接生成密文和加密明文) DSATool.v1.3软件和一个das源代码-Inside the design of a cryptographic system with Diffie-Hellman code DES_Tool2 (generated direct explicit ciphertext and encryption) DSATool.v1.3
DIFFIEHELLMAN
- it is a diffie hellman algorithm implementad in c-it is a diffie hellman algorithm implementad in c...
DiffieHellman
- Application to generate Diffie-Hellman algorith encryption
DH
- Step 1: Generating a Parameter Set for the Diffie‐Hellman Key Agreement Algorithm Step 2: Generating a Secret Key Using the Diffie‐Hellman Key Agreement Algorithm Step 3: Use UDP to exchange DH public key Step 4: E
diffie_hellman
- Diffie-Hellman 密钥交换协议算法。真实模拟,可以实际运行。-Diffie-Hellman key exchange protocol algorithm. The real simulation, can actually run.
Diffie-Hellman-Key-Exchange-Example
- DH密钥交换协议实现,完成建立相同密钥的过程-key exchange protocol implement
DiffieHellman_Src
- diffie 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
Diffie-Hellman
- Java实现的Diffie-Hellman加密 用Java实现的Diffie-Hellman,利用Java自带的类库来实现,极具参考价值。通过调用就能使你的程序实现。-Java implementation of the Diffie-Hellman encryption Java implementation of the Diffie-Hellman, the use of the Java class library th