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

搜索资源列表

  1. elgamal.zip

    0下载:
  2. 另一种公开密钥加密算法的Pascal实现和例子。实现了签名和确认
  3. 所属分类:加密解密

    • 发布日期:
    • 文件大小:18293
    • 提供者:
  1. DSA

    0下载:
  2. Digital Signature Algorithm (DSA)是Schnorr和ElGamal签名算法的变种,被美国NIST作为DSS(DigitalSignature Standard)。算法中应用了下述参数: p:L bits长的素数。L是64的倍数,范围是512到1024; q:p - 1的160bits的素因子; g:g = h^((p-1)/q) mod p,h满足h < p - 1, h^((p-1)/q) mod p > 1; x:x
  3. 所属分类:加密解密

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

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

    • 发布日期:2008-10-13
    • 文件大小:3120
    • 提供者:杨平安
  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

    0下载:
  2. 公约密码中的ElGamal签名算法,通过C++程序实现了其签名过程。-Convention password ElGamal signature algorithm by C++ program to achieve its signature process.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-12
    • 文件大小:3549999
    • 提供者:WindAchilles
  1. elgamal

    0下载:
  2. 另一种公开密钥加密算法的Pascal实现和例子。实现了签名和确认- Another kind of public key encryption algorithm Pascal realization and example. Realized has signed and confirmed
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-15
    • 文件大小:18606
    • 提供者:站长
  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数字签名的一个大体验证,用于对一个文件的签名后在进行认证.一个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. 07

    0下载:
  2. des加密 ElGamal算法既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。   密钥对产生办法。首先选择一个素数p,两个随机数, g 和x,g, x <p, 计算 y = g^x ( mod p ),则其公钥为 y, g 和p。私钥是x。g和p可由一组用户共享。 -des cipher
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-14
    • 文件大小:3319493
    • 提供者:rock
  1. 200601220942288253

    0下载:
  2. 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- 1互质,计算   a = g^k ( mod p )
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2521051
    • 提供者:崔光涛
  1. ElGamal_src

    0下载:
  2. elgamal 算法C源代码实现,既能用于数据加密也能用于数字签名-elgamal algorithm source code with C
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:163570
    • 提供者:liuxinzhi
  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. ElGamalSignature

    0下载:
  2. ELGamal算法,可直接应用进行签名计算,可用于ELGmal签名验证,-ELGamal algorithm can be applied directly to the signature calculation, can be used to ELGmal signature verification,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:162882
    • 提供者:avadian
  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-Signature

    0下载:
  2. ElGamal算法的加解密及签名实现,这是一个专业课程设计,包含设计报告。-The ElGamal algorithm encryption and signature
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-04-11
    • 文件大小:45056
    • 提供者:友奕
  1. elgamal

    0下载:
  2. ElGamal算法,是一种较为常见的加密算法,它是基于1984年提出的公钥密码体制和椭圆曲线加密体系。既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。在加密过程中,生成的密文长度是明文的两倍,且每次加密后都会在密文中生成一个随机数K。-The ElGamal algorithm is a more common encryption algorithm, which is based on the 1984 public key cryptosystem and e
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:1876
    • 提供者:李小龙
  1. ElGamal

    0下载:
  2. elgamal签名方案,C语言实现签名,验证,欢迎下载-elgamal signature scheme, C language signature, validation, welcome to download
  3. 所属分类:source in ebook

    • 发布日期:2017-11-17
    • 文件大小:13552
    • 提供者:mac
  1. elgamal

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

    • 发布日期:2018-01-04
    • 文件大小:73728
    • 提供者:爱你zzxasw
« 12 »
搜珍网 www.dssz.com