搜索资源列表
ElGamal
- ElGamal算法-ElGamal algorithm
ElGamal
- ElGamal算法-ElGamal algorithm
ElGamal
- ElGamal密码算法的程序实现,在Dev-Cpp下编译通过,程序中还有较详细的注解.-ElGamal cipher program in Dev-Cpp compiler under the adopted procedures are more detailed comments.
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
- ElGamal method is an aymetric method to crypt message. You can use ElGamal to crypt the key session of symetric method.
ElGamal
- Implementation Of ELGAMAL Public key encryption in C . it can use very long key os size 2007 decimal digit.
ELGamal
- 采用C++实现公钥加密算法ELGamal对文件的加、解密-The use of C++ realization of public key encryption algorithm on the document ELGamal Encryption and Decryption
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
elgamal-signature
- 基于miracl大数库实现的elgamal签名算法的c语言实现-Miracl library implementation based on large numbers of elgamal signature algorithm c-language implementation
elgamal-Verify-Signature
- 基于大数库miracl的elgamal验证签名c语言实现-Based on large numbers of elgamal library miracl verify signatures c language implementation
elGamal.tar
- ElGamal algorithm in java
Elgamal
- 密码学课设Elgamal加密算法 vc++下实现的-Elgamal encryption algorithm
ElGamal
- Elgamal签名是基于离散对数问题的,首先选择p,g计算出B,作为公钥(p,g,B),在选择一个a作为私钥,给出明文m,对明文机型加密,计算出x,y,得到签名,接收方就可以进行验证。签名过程中必须使用Hash函数,否则的话容易受到存在性伪造攻击,并且签名长度是明文长度的二倍。 -Obtained by the Elgamal discrete logarithm problem cryptographic algorithms,
Elgamal
- 采用VC++编写的一个程序,关于Elgamal密码算法的实现-VC++ written by a program, implementation of cryptographic algorithms on Elgamal
Elgamal
- elgamal signature scheme . this is a simple program written in visual c++ no extra libraries needed to run the program
Elgamal
- ElGamal source code with bouncy castle library
elgamal
- 利用polarssl里提取的大数库做的elgamal加密和签名(ElGamal encryption and signature using large library extracted from polarssl)
毕设ElGamal
- 实现elgamal加解密 在VC6.0下面(Realization of ElGamal encryption and decryption)