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

搜索资源列表

  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 preparation of d-1 (mod n); 2. For not m
  3. 所属分类:加密解密

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

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

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

    2下载:
  2. 使用vc实现的elgamal算法,可以实现对文件的加解密,效率很高,欢迎下载-Use vc achieved elgamal algorithm can be achieved on the document encryption and decryption, efficient, please download the
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-04-11
    • 文件大小:1074149
    • 提供者:刘琦
  1. algorithm

    0下载:
  2. DES算法 DSA算法 ElGamal算法 Kohonen的SOFM(自组织特征映射) LAM(线性联想记忆)算法 LZW 压缩算法 MD5算法 PGP的安全性(一) PKCS #7 RSA算法 SSL是怎样工作的? Ternary Search Trees 产生组合的非递归算法 大整数的乘法 对LZW算法的改进及其在图象无损压缩中的应用 复数快速傅立叶变换算法 加密算法与密钥管理 经典加密算法在VB中的实现(1)- Rsa
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:210329
    • 提供者:蟲子
  1. 300jiamisuanfayuanma

    0下载:
  2. 300种加密算法源码,标准库函数,包含RSA,ELGamal等-300 kinds of encryption algorithm source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:389333
    • 提供者:
  1. ElGamal

    0下载:
  2. ElGamal algorithm used for data encryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:1315
    • 提供者:Vladimir
  1. elgamal.cpp

    0下载:
  2. elgamal algo for encryption and decryption of a massege .
  3. 所属分类:CA program

    • 发布日期:2017-04-14
    • 文件大小:5468
    • 提供者:dinesh ahirwar
  1. ElGamal-Signature

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

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

    0下载:
  2. C语言编写的ELGAMAL加密解密算法,在vc6.0下编译通过-ElGamal encryption algorithm written in C and compiled in vc6.0 by
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-04-11
    • 文件大小:92160
    • 提供者:lan
  1. ElGamal

    0下载:
  2. ELGamal算法,用于加密算法,课设做的,足够应付课设了-ELGamal algorithm, encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-14
    • 文件大小:3880831
    • 提供者:乌铮
  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. nELGGamaltoooe

    0下载:
  2. 这个程序源码是网络信息安全概论课的课程实践,自己动手开发一个具于1024位大数运算的ELGamal加密系统。ELGamal 依赖大数运算,目前主流ELGamal算法都建立在512 到1024位的大数数运算算之上。而大多数的编译器只能支持到64位的整数运算.-The program source code is the practice of Network Information Security Introduction to the Course yourself to develop a
  3. 所属分类:Network Security

    • 发布日期:2017-04-02
    • 文件大小:92197
    • 提供者:
  1. ElGamal

    0下载:
  2. ELGamal数字签名加解密算法的源码( c++)-Encryption source code of ELGamal (c++)
  3. 所属分类:CA program

    • 发布日期:2017-11-19
    • 文件大小:13722
    • 提供者:左力
  1. ElGamal

    0下载:
  2. ElGamal數位簽章加解密程式, 可自行修改訊息M用以產生簽章S1與S2-ElGamal digital signature encryption and decryption program can modify the message M to produce the Signature S1 and S2
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-11
    • 文件大小:776
    • 提供者:ASO
  1. rsa-elgamal-dsa

    0下载:
  2. rsa Elgamal及DSA的使用实例,运用此类算法加密解密及签名验签-rsa Elgamal and DSA use instances, the use of such algorithm for encryption and decryption and signature inspection signed
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:
    • 文件大小:4922
    • 提供者:hdxs
  1. ElGamalPSignature

    0下载:
  2. vc++写的ElGamal加密系统,能够对简单的数字进行加密。-The ElGamal encryption systems, vc++ write simple digital encryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-08
    • 文件大小:855
    • 提供者:张起
  1. elgamal(1)

    0下载:
  2. ELGMAL加密技术,同时包含了椭圆曲线的加密运算,和数域对应的运算-ELGMAL encryption, elliptic curve contains the encryption operation, the operation corresponding to several fields
  3. 所属分类:CA program

    • 发布日期:2017-04-07
    • 文件大小:855463
    • 提供者:徐莉琴
  1. Elgamal

    0下载:
  2. ElGamal algorithm not only used for data encryption can be used for digital signatures, their safety depends on the calculation of a finite field discrete logarithm this problem. Key to the method. First of all, choose a prime number p, the two rando
  3. 所属分类:CA program

    • 发布日期:2017-04-16
    • 文件大小:57596
    • 提供者:HamzaAnwer
  1. ElGamal

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

    • 发布日期:2017-05-09
    • 文件大小:1826091
    • 提供者:ChenDL
  1. secure-util

    0下载:
  2. Base64编码摘要:对称(DES,3DES,AES,IDEA)/非对称(RSA,ELGamal)加解密,RSA/DSA数字签名,数字证书.-Abstract: symmetric (DES, 3DES, AES, IDEA)/asymmetric (RSA, ELGamal) encryption and decryption, RSA/DSA digital signature, digital certificate.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-04
    • 文件大小:11779
    • 提供者:段维波
« 1 23 »
搜珍网 www.dssz.com