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

搜索资源列表

  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. 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. 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.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. 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-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

    0下载:
  2. encryption and decryption algorithm for digital signature in java
  3. 所属分类:Java Develop

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

    1下载:
  2. 实现数字签名Elgamal算法,该算法是在rsa算法基础上的变形算法。-Digital signature Elgamal algorithm, the algorithm is in the rsa algorithm on the basis of the deformation algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-07
    • 文件大小:1140
    • 提供者:jimoyong
  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. 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

    2下载:
  2. Elgamal密码算法,用mfc做的界面,实现elgamal的加密、解密和签名-Elgamal cryptographic algorithms, interface with mfc do realize elgamal encryption, decryption and signature
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-11
    • 文件大小:2295663
    • 提供者:黄丽萍
  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