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

搜索资源列表

  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
    • 文件大小:195.71kb
    • 提供者:王锦
  1. c++dsa

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

    • 发布日期:2008-10-13
    • 文件大小:2.88kb
    • 提供者: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
    • 文件大小:133.74kb
    • 提供者:wildkaede
  1. DSA

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

    • 发布日期:2016-01-25
    • 文件大小:1kb
    • 提供者: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
    • 文件大小:135.37kb
    • 提供者: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
    • 文件大小:17.75kb
    • 提供者:站长
  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
    • 文件大小:824byte
    • 提供者:Jesse
  1. dsa

    1下载:
  2. dsa ciphering algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:1.69kb
    • 提供者:mmmhhhmmmddd
  1. DSA

    0下载:
  2. java写的DSA数字签名算法,是密码学中的典型算法-java wrote DSA Digital Signature Algorithm is Cryptography typical algorithm
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-27
    • 文件大小:8.34kb
    • 提供者:赵欢
  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
    • 文件大小:86.61kb
    • 提供者:wyowvfp
  1. DSA

    0下载:
  2. realization of DSA algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:16.54kb
    • 提供者:Elena
  1. DSA

    0下载:
  2. DSA Algorithm with JAVA Applet
  3. 所属分类:Crypt_Decrypt algrithms

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

    1下载:
  2. 用VC实现数字减影算法,通过模板匹配,再对两幅图像相减,即用盈片中减去蒙片,从而实现突出血管区域的目的。【源码加文档说明】-Using VC to achieve digital subtraction algorithm, template matching, and then the subtraction of two images, that the film with surplus minus mask, in order to achieve the purpose of high
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1.76mb
    • 提供者:olysess
  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
    • 文件大小:205.4kb
    • 提供者:蟲子
  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
    • 文件大小:9.81kb
    • 提供者:
  1. dsa

    0下载:
  2. dsa数字签名算法。实现数字签名以及验证数字签名的正确性-dsa digital signature algorithm. Digital signatures and digital signatures verify the correctness of
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:330.37kb
    • 提供者:fpj
  1. dsa.c.tar

    0下载:
  2. Dsa Algorithm.It is used to creation of digital signature.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:1.92kb
    • 提供者:nitin
  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
    • 文件大小:39.68kb
    • 提供者:陈雨
  1. DSA

    0下载:
  2. 实现数字签名功能,通过DSA算法实现,包含源程序等-To implement the digital signature function, through the DSA algorithm, including the source program
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:2.41mb
    • 提供者:
  1. dsa

    0下载:
  2. Dsa Algorithm using csharp!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:144.43kb
    • 提供者:thein
« 12 3 »
搜珍网 www.dssz.com