搜索资源列表
ElGamal
- ElGamal算法-ElGamal algorithm
C++ecc.rar
- C++实现的椭圆曲线算法。已经写成一个库文件只要调用就行了,C++ Realized elliptic curve algorithm. Has been written in a library file as long as the call on the list
Elgamal.rar
- 本项目实现Elgalma体制的加解密,公私钥生成后分别放于不同的文件中。用该密码体制实现了对任意数据类型的加解密以及实现了数据签名验证算法。本项目中我实现的是32位的算法。其中,数字签名验证算法是对hash摘要值(SHA-1算法产生的)进行签名,并进行验证。,The project implementation Elgalma system encryption and decryption, public and private key to generate, after put in a
ELGamal.rar
- 采用C++实现公钥加密算法ELGamal对文件的加、解密,The use of C++ realization of public key encryption algorithm on the document ELGamal Encryption and Decryption
elgamal
- 另一种公开密钥加密算法的Pascal实现和例子。实现了签名和确认- Another kind of public key encryption algorithm Pascal realization and example. Realized has signed and confirmed
PicX0R
- dycrypt text by elgamal algorithm
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 finite fields this problem.
ElGamal_src
- elgamal 算法C源代码实现,既能用于数据加密也能用于数字签名-elgamal algorithm source code with C
elgamal-signature
- 基于miracl大数库实现的elgamal签名算法的c语言实现-Miracl library implementation based on large numbers of elgamal signature algorithm c-language implementation
elgamal_cipher
- 使用vc实现的elgamal算法,可以实现对文件的加解密,效率很高,欢迎下载-Use vc achieved elgamal algorithm can be achieved on the document encryption and decryption, efficient, please download the
elGamal.tar
- ElGamal algorithm in java
Elgamal
- 密码学课设Elgamal加密算法 vc++下实现的-Elgamal encryption algorithm
ElGamal
- ElGamal algorithm used for data encryption.
ElGamal-Signature
- ElGamal算法的加解密及签名实现,这是一个专业课程设计,包含设计报告。-The ElGamal algorithm encryption and signature
ElGamal
- ELGamal算法,用于加密算法,课设做的,足够应付课设了-ELGamal algorithm, encryption algorithm
elgamal
- ElGamal算法,是一种较为常见的加密算法,它是基于1984年提出的公钥密码体制和椭圆曲线加密体系。既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。在加密过程中,生成的密文长度是明文的两倍,且每次加密后都会在密文中生成一个随机数K。-The ElGamal algorithm is a more common encryption algorithm, which is based on the 1984 public key cryptosystem and e
elgamal
- 实现数字签名Elgamal算法,该算法是在rsa算法基础上的变形算法。-Digital signature Elgamal algorithm, the algorithm is in the rsa algorithm on the basis of the deformation algorithm.
ElGamal
- 用椭圆曲线实现ElGamal算法,根据来源于国密局SM2算法的标准参数,Fp-192曲线,运用一个大数类能够实现密码算法所需要的基本运算。-Using elliptic curve ElGamal algorithm, according to secret from the State Bureau of SM2 algorithm standard parameters, Fp-192 curve, the use of a class of large numbers cryptograp
Elgamal
- ElGamal algorithm not only used for data encryption can be used for digital signatures, their safety depends on the calculation of a finite field discrete logarithm this problem. Key to the method. First of all, choose a prime number p, the two rando
ELGamal-Algorithm
- ElGamal算法既能用于数据加密也能用于数字签名-ELGamal Algorithm
