当前位置:
首页 资源下载
搜索资源 - ElGamal encryption
搜索资源列表
-
0下载:
本项目实现Elgalma体制的加解密,公私钥生成后分别放于不同的文件中。用该密码体制实现了对任意数据类型的加解密以及实现了数据签名验证算法。本项目中我实现的是32位的算法。其中,数字签名验证算法是对hash摘要值(SHA-1算法产生的)进行签名,并进行验证。,The project implementation Elgalma system encryption and decryption, public and private key to generate, after put in a
-
-
3下载:
采用C++实现公钥加密算法ELGamal对文件的加、解密,The use of C++ realization of public key encryption algorithm on the document ELGamal Encryption and Decryption
-
-
0下载:
另一种公开密钥加密算法的Pascal实现和例子。实现了签名和确认- Another kind of public key encryption algorithm Pascal
realization and example. Realized has signed and confirmed
-
-
0下载:
Implementation Of ELGAMAL Public key encryption in C . it can use very long key os size 2007 decimal digit.
-
-
0下载:
el gamal decryption and encryption example
-
-
0下载:
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.
-
-
0下载:
Elgamal encryption project, created with visual basic 6. Support text files input and output. Generate automatic public and private key.
-
-
0下载:
实现模逆,模幂,AES,ElGamal的密码加解密功能-To achieve modular inversion, modular power, AES, ElGamal encryption and decryption of the password
-
-
1下载:
密码学课设Elgamal加密算法 vc++下实现的-Elgamal encryption algorithm
-
-
0下载:
encryption and decryption algorithm for digital signature in java
-
-
1下载:
elagmal加解密程序,用于非对称加密解密程序,带有测试数据-elagmal encryption and decryption program for non-symmetric encryption and decryption procedures, with test data
-
-
0下载:
使用bouncy castle 的jar包实现的ElGamal加密模块,以及测试用例,需要导入bouncy castle包(内附),并且你需要在JDK的JRE环境中,或者是JRE环境中配置上local_policy.jar和US_export_policy.jar(压缩包内已有jdk6和7的)。
切换到 JDK_Home \jre\lib\security目录下,对应覆盖local_policy.jar和US_export_policy.jar两个文件。同时,你可能有必要在 JRE_Hom
-
-
0下载:
非对称密码体制中常见加密体制,Elgamal加密算法以C++实现-The asymmetric cryptosystem encryption system, Elgamal encryption algorithm to C++
-
-
0下载:
ElGamal加密算法,经过测试可以编译运行-ElGamal Encryption
-
-
0下载:
----------ElGamal encryption- ----------ElGamal encryption------
-
-
2下载:
Elgamal密码算法,用mfc做的界面,实现elgamal的加密、解密和签名-Elgamal cryptographic algorithms, interface with mfc do realize elgamal encryption, decryption and signature
-
-
0下载:
Elgamal加密的实现,产生大数,进行大数运算。分为密钥产生、加密、解密三部分。-Elgamal encryption implementations, resulting in large numbers, were large numbers operation. Divided key generation, encryption, decryption three parts.
-
-
0下载:
椭圆曲线密码,可用于非对称方法的加密解密等,在C程序上运行(Elliptic curve cryptography, can be used for asymmetric methods of encryption, decryption, etc., running on the C program)
-
-
0下载:
利用polarssl里提取的大数库做的elgamal加密和签名(ElGamal encryption and signature using large library extracted from polarssl)
-
-
1下载:
实现elgamal加解密
在VC6.0下面(Realization of ElGamal encryption and decryption)
-