搜索资源列表

  1. RSA数字签名算法在软件加密中的应用

    0下载:
  2. RSA的实现,可以根据文章来实现RSA算法-RSA realized, according to the article to achieve RSA algorithm
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:294772
    • 提供者:哈利
  1. RSA签名算法

    0下载:
  2. 所属分类:Internet/网络编程

    • 发布日期:2008-12-04
    • 文件大小:323040
    • 提供者:papaya
  1. DES算法完整源码与调用方法

    0下载:
  2. DES算法完整源码与调用方法-DES algorithm source code integrity and call methods
  3. 所属分类:压缩解压

    • 发布日期:2024-11-06
    • 文件大小:188416
    • 提供者:潘宏骏
  1. SHA算法代码

    0下载:
  2. 数字签名加密算法的两座大厦先后倒塌—MD5和SHA-1这两种应用最为广泛的数字签名加密算法都被山东大学的王小云教授破解。-encrypted digital signature algorithm has two buildings collapsed- MD5 and SHA-1 that the two most widely used digital signature encryption algorithm has been
  3. 所属分类:加密解密

    • 发布日期:2024-11-06
    • 文件大小:10240
    • 提供者:zhou
  1. 在线签名鉴定应用实例

    0下载:
  2. 一个在线签名鉴定程序。(人工神经网络算法实现)-an online signature verification process. (Artificial neural network algorithm)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-06
    • 文件大小:141312
    • 提供者:大鱼
  1. 混合密码体制数字签名

    0下载:
  2. JAVA实现的可以采用公钥私钥加密解密程序,包括DES,RAS算法-JAVA the private key can be the public key encryption and decryption procedures, including DES, RAS Algorithm
  3. 所属分类:加密解密

    • 发布日期:2024-11-06
    • 文件大小:12288
    • 提供者:
  1. RSA数字签名算法在软件加密中的应用

    0下载:
  2. RSA的实现,可以根据文章来实现RSA算法-RSA realized, according to the article to achieve RSA algorithm
  3. 所属分类:加密解密

    • 发布日期:2024-11-06
    • 文件大小:294912
    • 提供者:
  1. CryptAPI1

    0下载:
  2. CryptAPI数字签名。可以对文件进行数字签名,学习数字签名算法-CryptAPI digital signatures. On documents for digital signatures, digital signature algorithm learning
  3. 所属分类:CA认证

    • 发布日期:2024-11-06
    • 文件大小:27648
    • 提供者:刘用
  1. 99-GuTingTing-RSA

    0下载:
  2. RSA算法是一种公钥密码算法.实现RSA算法包括生成RSA密钥,用RSA加密规则和解密规则处理数据。RSA数字签名算法利用RSA算法实现数字签名。本文详述了RSA算法的基本原理, RSA加密算法的实现以及如何利用RSA实现数字签名.-RSA is a public key cryptography algorithm. Implementation of RSA algorithm include RSA key generation.
  3. 所属分类:加密解密

    • 发布日期:2024-11-06
    • 文件大小:19456
    • 提供者:huke
  1. ECDSA

    0下载:
  2. 椭圆曲线数字签名算法的VC实现,包括大整数类的实现和ECC算法的实现。-Elliptic Curve Digital Signature Algorithm realize the VC, including the realization of an integer type and ECC algorithm.
  3. 所属分类:加密解密

    • 发布日期:2024-11-06
    • 文件大小:72704
    • 提供者:云忠言
  1. secude-4.1.all.tar

    0下载:
  2. SecuDe是一个由安全应用程序接口组成,对验证机制、证件处理、PEM、X.400报文处理和密钥管理提供支持。SecuDe提供DES、 RSA杂凑函数、密钥生成以及数字签名的生成和核实等多种密码机制。签名算法由杂凑函数和RSA函数复合而成。用于核实签名的公开钥由系统的认证机构确认。报文加密采用DES算法,其密钥则由RSA算法加密。各用户用于加/解密的RSA密钥对与用于签名和核实的RSA密钥对是不一样的。密钥的生成和分发由特定模块完成。-
  3. 所属分类:加密解密

    • 发布日期:2024-11-06
    • 文件大小:2451456
    • 提供者:zxang
  1. RSA

    0下载:
  2. 在VC环境下编写的,利用RSA进行数字签名算法-In the VC environment prepared by the use of RSA digital signature algorithm
  3. 所属分类:CA认证

    • 发布日期:2024-11-06
    • 文件大小:1972224
    • 提供者:王立红
  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. 所属分类:加密解密

    • 发布日期:2024-11-06
    • 文件大小:136192
    • 提供者:wildkaede
  1. ElGamal

    0下载:
  2. ElGamal数字签名算法,DELPHI源码-ElGamal Digital Signature Algorithm, DELPHI source
  3. 所属分类:压缩解压

    • 发布日期:2024-11-06
    • 文件大小:17408
    • 提供者:郑有华
  1. DSA

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

    • 发布日期:2024-11-06
    • 文件大小:8192
    • 提供者:赵欢
  1. RSA-digital-signature

    0下载:
  2. RSA 数字签名 matlab实现 是密码学中一个重要的签名算法-RSA digital signature cryptography matlab implementation are an important signature algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-11-06
    • 文件大小:1024
    • 提供者:xiaotiantian
  1. ECDSA

    0下载:
  2. 椭圆曲线签名算法,可以计算签名时间和认证时间-Elliptic Curve Signature Algorithm, Signature can calculate the time and certification time
  3. 所属分类:加密解密

    • 发布日期:2024-11-06
    • 文件大小:2162688
    • 提供者:ww
  1. sighn_aogrithm

    0下载:
  2. 一个简单的数字签名算法的实现,能进行简单的文件签名和传送-A simple realization of a digital signature algorithm to a simple signature and send the document
  3. 所属分类:加密解密

    • 发布日期:2024-11-06
    • 文件大小:177152
    • 提供者:神仙
  1. EVP_X509

    0下载:
  2. 该代码主要是实现数字证书的解析。包括版本号,序列号,签名算法,颁发者,有效起止日期,有效终止日期,主题和公钥-The code is mainly the analysis of digital certificates. Including the version number, serial number, signature algorithm, issuer, valid dates, the effective date of
  3. 所属分类:加密解密

    • 发布日期:2024-11-06
    • 文件大小:39936
    • 提供者:fhh
  1. FigureSignatureAlgorithmCode

    0下载:
  2. 这是密码学数字签名算法的代码,也是作业之一-This is the Digital Signature Algorithm cryptographic code, but also one of
  3. 所属分类:加密解密

    • 发布日期:2024-11-06
    • 文件大小:18757632
    • 提供者:西方失败
« 12 3 4 5 6 7 8 9 10 ... 22 »

源码中国 www.ymcn.org