搜索资源列表

  1. ElGamal

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

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

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

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:朱建丰
  1. ElGamal

    0下载:
  2. ElGamal密码算法的程序实现,在Dev-Cpp下编译通过,程序中还有较详细的注解.-ElGamal cipher program in Dev-Cpp compiler under the adopted procedures are more detailed comments.
  3. 所属分类:加密解密

    • 发布日期:2024-05-02
    • 文件大小:1024
    • 提供者:杨挺
  1. ElGamal

    0下载:
  2. ElGamal算法的Java实现,Elgamal是用来进行数字签名的重要算法。-Java realize ElGamal algorithm, Elgamal digital signature is used to carry out the important algorithms.
  3. 所属分类:CA认证

    • 发布日期:2024-05-02
    • 文件大小:3072
    • 提供者:杨平安
  1. ElGamal

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

    • 发布日期:2024-05-02
    • 文件大小:17408
    • 提供者:郑有华
  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. 所属分类:加密解密

    • 发布日期:2024-05-02
    • 文件大小:6144
    • 提供者: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编程

    • 发布日期:2024-05-02
    • 文件大小:65536
    • 提供者:vinay
  1. ELGamal

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

    • 发布日期:2024-05-02
    • 文件大小:21504
    • 提供者:Ivan
  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. 所属分类:加密解密

    • 发布日期:2024-05-02
    • 文件大小:431104
    • 提供者:张理成
  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 fini
  3. 所属分类:加密解密

    • 发布日期:2024-05-02
    • 文件大小:93184
    • 提供者:steve
  1. elgamal-signature

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

    • 发布日期:2024-05-02
    • 文件大小:503808
    • 提供者:hbhb
  1. elgamal-Verify-Signature

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

    • 发布日期:2024-05-02
    • 文件大小:1059840
    • 提供者:hbhb
  1. elGamal.tar

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

    • 发布日期:2024-05-02
    • 文件大小:11264
    • 提供者:stane
  1. Elgamal

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

    • 发布日期:2024-05-02
    • 文件大小:3652608
    • 提供者: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,
  3. 所属分类:加密解密

    • 发布日期:2024-05-02
    • 文件大小:3878912
    • 提供者:王风
  1. Elgamal

    0下载:
  2. 采用VC++编写的一个程序,关于Elgamal密码算法的实现-VC++ written by a program, implementation of cryptographic algorithms on Elgamal
  3. 所属分类:加密解密

    • 发布日期:2024-05-02
    • 文件大小:3867648
    • 提供者:痞子青蛙
  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. 所属分类:加密解密

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:papriko
  1. Elgamal

    0下载:
  2. ElGamal source code with bouncy castle library
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-02
    • 文件大小:2048
    • 提供者:tque
  1. elgamal

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

    • 发布日期:2024-05-02
    • 文件大小:73728
    • 提供者:爱你zzxasw
  1. 毕设ElGamal

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

    • 发布日期:2024-05-02
    • 文件大小:186368
    • 提供者:火麟爵
« 12 3 4 5 6 7 8 »

源码中国 www.ymcn.org