搜索资源列表
ElGamal_algorithm
- 基于ElGamal的数字签名系统可以对报文在不同的密钥长度上进行签名与验证.-ElGamal digital signature system can be reported to the text in different key signature length and experience certification.
21840265ElGamal_algorithm
- ElGamal 数字签名源码,有兴趣来下了。
ElGamal
- ElGamal算法的Java实现,Elgamal是用来进行数字签名的重要算法。
ElGamal_algorithm
- 基于ElGamal的数字签名系统可以对报文在不同的密钥长度上进行签名与验证.-ElGamal digital signature system can be reported to the text in different key signature length and experience certification.
21840265ElGamal_algorithm
- ElGamal 数字签名源码,有兴趣来下了。 -ElGamal digital signature source, are interested in coming down.
ElGamal
- ElGamal算法的Java实现,Elgamal是用来进行数字签名的重要算法。-Java realize ElGamal algorithm, Elgamal digital signature is used to carry out the important algorithms.
ElGamal
- ElGamal数字签名算法,DELPHI源码-ElGamal Digital Signature Algorithm, DELPHI source
Elgamal
- 本项目实现Elgalma体制的加解密,公私钥生成后分别放于不同的文件中。用该密码体制实现了对任意数据类型的加解密以及实现了数据签名验证算法。本项目中我实现的是32位的算法。其中,数字签名验证算法是对hash摘要值(SHA-1算法产生的)进行签名,并进行验证。-The project implementation Elgalma system encryption and decryption, public and private ke
Elgamal
- Elgamal数字签名的一个大体验证,用于对一个文件的签名后在进行认证.一个VC开发的小程序.-Elgamal digital signature verification of a general for the signature of a document during the certification after. A small VC development process.
elgamal
- ElGamal算法既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。 -ElGamal algorithm is used for both data encryption can also be used for digital signatures, their safety depends on the calculation of the discrete logarithm over fini
07
- des加密 ElGamal算法既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。 密钥对产生办法。首先选择一个素数p,两个随机数, g 和x,g, x <p, 计算 y = g^x ( mod p ),则其公钥为 y, g 和p。私钥是x。g和p可由一组用户共享。 -des cipher
200601220942288253
- ElGamal算法既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。 密钥对产生办法。首先选择一个素数p,两个随机数, g 和x,g, x < p, 计算 y = g^x ( mod p ),则其公钥为 y, g 和p。私钥是x。g和p可由一组用户共享。 ElGamal用于数字签名。被签信息为M,首先选择一个随机数k, k与 p - 1互质,计算 -首先选择一个随机数k, k与 p-
ElGamal_src
- elgamal 算法C源代码实现,既能用于数据加密也能用于数字签名-elgamal algorithm source code with C
test
- 加密随机数生成,为elgamal数字签名产生基础,为DSA打基础 大家都可以下载使用-rand
elgamal
- ElGamal算法,是一种较为常见的加密算法,它是基于1984年提出的公钥密码体制和椭圆曲线加密体系。既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。在加密过程中,生成的密文长度是明文的两倍,且每次加密后都会在密文中生成一个随机数K。-The ElGamal algorithm is a more common encryption algorithm, which is based on the 1984
elgamal
- 实现数字签名Elgamal算法,该算法是在rsa算法基础上的变形算法。-Digital signature Elgamal algorithm, the algorithm is in the rsa algorithm on the basis of the deformation algorithm.
ElGamal
- ELGamal数字签名加解密算法的源码( c++)-Encryption source code of ELGamal (c++)
ELGamal-Algorithm
- ElGamal算法既能用于数据加密也能用于数字签名-ELGamal Algorithm
Elgdown
- elgamal数字签名认证()
right
- 椭圆曲线加密算法,ELgamal数字签名和加密算法C程序实现(Elliptic curve cryptography algorithm)