CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - elGamal

搜索资源列表

  1. ElGamal

    0下载:
  2. ElGamal算法-ElGamal algorithm
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2214
    • 提供者:朱建丰
  1. ElGamal

    1下载:
  2. ElGamal密码算法的程序实现,在Dev-Cpp下编译通过,程序中还有较详细的注解.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1515
    • 提供者:杨挺
  1. ElGamal

    0下载:
  2. ElGamal算法的Java实现,Elgamal是用来进行数字签名的重要算法。
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:3120
    • 提供者:杨平安
  1. elgamal enc-dec

    0下载:
  2. 这是一个基于VC++的elgamal加密解密的密码算法实现
  3. 所属分类:系统编程

    • 发布日期:2010-11-12
    • 文件大小:854928
    • 提供者:tuolingw
  1. Elgamal.rar

    0下载:
  2. 本项目实现Elgalma体制的加解密,公私钥生成后分别放于不同的文件中。用该密码体制实现了对任意数据类型的加解密以及实现了数据签名验证算法。本项目中我实现的是32位的算法。其中,数字签名验证算法是对hash摘要值(SHA-1算法产生的)进行签名,并进行验证。,The project implementation Elgalma system encryption and decryption, public and private key to generate, after put in a
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:4579
    • 提供者:蔡吉欣
  1. ELGamal.rar

    3下载:
  2. 采用C++实现公钥加密算法ELGamal对文件的加、解密,The use of C++ realization of public key encryption algorithm on the document ELGamal Encryption and Decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-12-07
    • 文件大小:21601
    • 提供者:Ivan
  1. ElGamal

    0下载:
  2. ElGamal数字签名算法,DELPHI源码-ElGamal Digital Signature Algorithm, DELPHI source
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:17503
    • 提供者:郑有华
  1. elgamal

    0下载:
  2. ElGamal method is an aymetric method to crypt message. You can use ElGamal to crypt the key session of symetric method.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:5746
    • 提供者:mathlouthi
  1. ElGamal

    0下载:
  2. Implementation Of ELGAMAL Public key encryption in C . it can use very long key os size 2007 decimal digit.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:65287
    • 提供者:vinay
  1. Elgamal

    0下载:
  2. Elgamal数字签名的一个大体验证,用于对一个文件的签名后在进行认证.一个VC开发的小程序.-Elgamal digital signature verification of a general for the signature of a document during the certification after. A small VC development process.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:431513
    • 提供者:张理成
  1. elgamal

    0下载:
  2. 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.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:93237
    • 提供者:steve
  1. elgamal-signature

    0下载:
  2. 基于miracl大数库实现的elgamal签名算法的c语言实现-Miracl library implementation based on large numbers of elgamal signature algorithm c-language implementation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:503638
    • 提供者:hbhb
  1. elgamal-Verify-Signature

    0下载:
  2. 基于大数库miracl的elgamal验证签名c语言实现-Based on large numbers of elgamal library miracl verify signatures c language implementation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1059639
    • 提供者:hbhb
  1. elGamal.tar

    0下载:
  2. ElGamal algorithm in java
  3. 所属分类:CA program

    • 发布日期:2017-03-28
    • 文件大小:11535
    • 提供者:stane
  1. Elgamal

    1下载:
  2. 密码学课设Elgamal加密算法 vc++下实现的-Elgamal encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:3652874
    • 提供者:jack
  1. ElGamal

    0下载:
  2. Elgamal签名是基于离散对数问题的,首先选择p,g计算出B,作为公钥(p,g,B),在选择一个a作为私钥,给出明文m,对明文机型加密,计算出x,y,得到签名,接收方就可以进行验证。签名过程中必须使用Hash函数,否则的话容易受到存在性伪造攻击,并且签名长度是明文长度的二倍。 -Obtained by the Elgamal discrete logarithm problem cryptographic algorithms, first, Elgamal key generation,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-14
    • 文件大小:3878726
    • 提供者:王风
  1. Elgamal

    0下载:
  2. elgamal signature scheme . this is a simple program written in visual c++ no extra libraries needed to run the program
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:2069
    • 提供者:papriko
  1. Elgamal

    0下载:
  2. ElGamal source code with bouncy castle library
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:2063
    • 提供者:tque
  1. elgamal

    0下载:
  2. 利用polarssl里提取的大数库做的elgamal加密和签名(ElGamal encryption and signature using large library extracted from polarssl)
  3. 所属分类:加密解密

    • 发布日期:2018-01-04
    • 文件大小:73728
    • 提供者:爱你zzxasw
  1. 毕设ElGamal

    1下载:
  2. 实现elgamal加解密 在VC6.0下面(Realization of ElGamal encryption and decryption)
  3. 所属分类:加密解密

    • 发布日期:2019-06-13
    • 文件大小:186368
    • 提供者:火麟爵
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com