CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - dsa 算法

搜索资源列表

  1. dsa.zip

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

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

    0下载:
  2. DSA算法还是比较少的,这个是基于DSA算法认证的加密算法库~-DSA algorithm is relatively small, the DSA is based on the encryption algorithm authentication algorithm library ~
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:200409
    • 提供者:王锦
  1. c++dsa

    4下载:
  2. C++语言实现的dsa加密算法,共同学习-the C language settings encryption algorithm, learning together
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2947
    • 提供者:ly
  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. crypto42

    1下载:
  2. C++实现的数字签名DSA算法,不够完善,存在一点外部函数调用的问题
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:480486
    • 提供者:ZBY
  1. 300种加解密算法和原理

    1下载:
  2. 多个加解密程序的说明与源程序,MD5,DES,IDEA,DSA.MARS,BOWFISH,TEA-over encryption and decryption procedures notes and source, MD5, DES, IDEA, DSA.MARS, BOWFISH, TEA
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:377502
    • 提供者:万逸文
  1. dsa2

    0下载:
  2. 这个是数字签名的DSA 算法 !是借用别人的!为了大家的学习和提高!-This is a digital signature algorithm DSA! Borrowed from the others! To everyone's learning and raise!
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:7836
    • 提供者:宋志博
  1. DSA

    1下载:
  2. RSA数字签名算法的C语言开源代码需要的下-RSA digital signature algorithm C language source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-01-25
    • 文件大小:1024
    • 提供者:biconghui
  1. granados200.tar

    0下载:
  2. Granados是一个基于.NET的SSH客户端库。同时支持SSH1和SSH2。实现了AES, Blowfish, TripleDES, RSA, DSA等加密验证算法。实现TCP协议连接。-Granados is a based on. NET client library for SSH. At the same time support the SSH1 and SSH2. Achieved AES, Blowfish, TripleDES, RSA, DSA and other cryp
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:138614
    • 提供者:sunxun
  1. dsa

    0下载:
  2. DSA算法的Pascal实现和例子。实现了签名和确认-DSA algorithm Pascal realization and example. Realized has signed and confirmed
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-09
    • 文件大小:18173
    • 提供者:站长
  1. SHA-1

    0下载:
  2. 安全哈希算法(Secure Hash Algorithm)主要适用于数字签名标准(Digital Signature Standard DSS)里面定义的数字签名算法(Digital Signature Algorithm DSA)。-Secure hash algorithm (Secure Hash Algorithm) is mainly applied to digital signature standard (Digital Signature Standard DSS) which
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:824
    • 提供者:Jesse
  1. ecdsa

    1下载:
  2. 用于ECC公钥密码算法的大数运算库,可以实现大数的加,减,乘,除等运算,也作了一些DSA签名等实例-the big number computing for ECC algorithm and some examples
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:16795
    • 提供者:hanyu
  1. DSA

    0下载:
  2. dsa加密算法,其中包含原理与源代码,可以学习下经典加密算法,脱壳时可能有用!-dsa encryption algorithm, which includes the principle and source code, you can study under the classical encryption algorithm may be useful when the shell!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:88692
    • 提供者:wyowvfp
  1. dsa

    4下载:
  2. dsa加密算法,一种常用的数据加密算法的c++语言实现,具有很强的适用性和参考价值-failed to translate
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:8620
    • 提供者:liling
  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. signnature-DSA

    0下载:
  2. 单向加密通常用于消息摘要,具体算法可以阅读java.security.*的源代码获得。经过封装之后可以使用简单的静态方法来实现,-One-way encryption is commonly used message digest, the specific algorithm can read java.security .* source code access. Through the package can then be used to implement a simple stati
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-21
    • 文件大小:10043
    • 提供者:
  1. SHA1

    0下载:
  2. 主要适用于数字签名标准(Digital Signature Standard DSS)里面定义的数字签名算法(Digital Signature Algorithm DSA)。对于长度小于2^64位的消息,SHA1会产生一个160位的消息摘要。当接收到消息的时候,这个消息摘要可以用来验证数据的完整性。-The main standard for digital signatures (Digital Signature Standard DSS) which defines the Digita
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:1982
    • 提供者:李新
  1. Cryptographic

    0下载:
  2. 里面包含DES,AES,RSA,DSA,ESS,SHA等的算法源码,对学习网络安全算法的人挺实用的。代码很齐全。-Containing DES, AES, RSA, DSA, ESS, SHA algorithms such as source code, to learn network security algorithms were very useful. Code is complete.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:558728
    • 提供者:yushuyuan
  1. dsa

    0下载:
  2. 通通过DSA算法的C编程说明加密算法的运用-Pass through the DSA algorithm in C programming note the use of encryption algorithms
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:40634
    • 提供者:陈雨
  1. SignAndCheckByDSA

    0下载:
  2. 数字签名 美国标准 DSA算法 java语言实现 完全可用-American Standard DSA digital signature algorithm java language fully available
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:684
    • 提供者:fj
« 12 3 »
搜珍网 www.dssz.com