搜索资源列表

  1. ElGamal.rar

    0下载:
  2. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:1947
    • 提供者:
  1. elgamal.zip

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

    • 发布日期:2024-05-20
    • 文件大小:18293
    • 提供者:
  1. ELGAMAL.src

    0下载:
  2. 公钥加密方式,在windows平台下运行,并且可以在不改变公钥的方式下更新私钥,速度快,使用简便。-public key encryption methods in running under windows platform, and that they could not change the way the public key to update the private key, fast, easy to use.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:107783
    • 提供者:冯英
  1. ElGamal公钥密码

    0下载:
  2. Eigamal加密程序,可实现简单的加密-Eigamal encryption procedures, simple encryption
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:534385
    • 提供者:赵君龙
  1. Library_of_Cryptographic

    0下载:
  2. a C++ Class Library of Cryptographic Primitives This library includes: MD2, MD5, SHA-1, HAVAL, Tiger, RIPE-MD160, MD5-MAC, HMAC, XOR-MAC, DES, IDEA, WAKE, 3-WAY, TEA, SAFER, Blowfish, SHARK, GOST, CAST-128, Square,
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:388055
    • 提供者:刘永
  1. Crypt0-P9

    0下载:
  2. 这是又一个加密算法源代码集合如elgamal,idea等50个算法-This is also an encryption algorithm source code pool as ElGamal, idea etc. 50 Algorithm
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:220783
    • 提供者:伙同
  1. moni-momi

    0下载:
  2. 2的16次幂正整数d与n,编写计算d-1 (mod n) 的程序; 2、对于三个不超过2的16次幂正整数a、e与n,编写计算ae (mod n) 的程序。 在上述程序基础上写出下列程序: (1) 对给定的10000以内数判定其是否为素数; (2) 进行ElGamal体制的加密与签名。 -two of 16 power-positive integer d and n, calculate the preparatio
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2423
    • 提供者:houny
  1. ELGamaltool

    0下载:
  2. 这个程序是网络信息安全概论课的课程实践,自己动手编写一个具于1024位大数 运算的ELGamal加密系统。 ELGamal 依赖大数运算,目前主流ELGamal算法都建立在512 到1024位的大数运算之上。 而大多数的编译器只能支持到64位的整数运算,即我们在运算中所使用的整数必须小 于等于64位,即:0xffffffffffffffff,也就是18446744073709551615,这远远达不 到RSA 的需
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:91962
    • 提供者:明江
  1. ElGamal_algorithm

    0下载:
  2. 基于ElGamal的数字签名系统可以对报文在不同的密钥长度上进行签名与验证.-ElGamal digital signature system can be reported to the text in different key signature length and experience certification.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:92560
    • 提供者:杨怡
  1. ElGamalsample

    0下载:
  2. elgamal的源程序-ElGamal
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1306
    • 提供者:
  1. a1

    0下载:
  2. 这是一个用Java实现ElGamal加密解密和签名验证的算法,还包含了一个安全电子邮件发送系统。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:127154
    • 提供者:张格
  1. 21840265ElGamal_algorithm

    0下载:
  2. ElGamal 数字签名源码,有兴趣来下了。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:92560
    • 提供者:chenxb
  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^(
  3. 所属分类:加密解密

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

    0下载:
  2. 包括注册号生成软件、LIB、DLL 加密模块 各种语言调用加密模块的例子程序等-including registration generation software, LIB, DLL encryption modules in various languages called encryption module examples procedures
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:184320
    • 提供者:
  1. elgamal

    0下载:
  2. This Source is implemented of elgamal algoritm
  3. 所属分类:CA认证

    • 发布日期:2024-05-20
    • 文件大小:657408
    • 提供者:Adnan
  1. ElGamal

    0下载:
  2. Elgamal加密的实现,产生大数,进行大数运算。分为密钥产生、加密、解密三部分。-Elgamal encryption implementations, resulting in large numbers, were large numbers operation. Divided key generation, encryption, decryption three parts.
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:13741056
    • 提供者:张健
  1. ElGamal

    0下载:
  2. 密码学 ElGamal密码算法的代码实现 包括加密过程-Cryptography ElGamal cipher code, including encryption process
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:1825792
    • 提供者:ChenDL
  1. 52904-1326909-cryptosysteme-elgamal-librairie-gmp

    0下载:
  2. Cryptosystem ElGamal developed in C-Cryptosystem ElGamal developed in C++
  3. 所属分类:CA认证

    • 发布日期:2024-05-20
    • 文件大小:132096
    • 提供者:diego
  1. ELGamal

    0下载:
  2. 椭圆曲线密码,可用于非对称方法的加密解密等,在C程序上运行(Elliptic curve cryptography, can be used for asymmetric methods of encryption, decryption, etc., running on the C program)
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:fcy
  1. Elgdown

    0下载:
  2. elgamal数字签名认证()
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:3561472
    • 提供者:suxiaomei
« 1 2 3 4 56 7 8 »

源码中国 www.ymcn.org