搜索资源列表

  1. 混合密码体制数字签名

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

    • 发布日期:2008-10-13
    • 文件大小:12174
    • 提供者:张丽媛
  1. CryptAPI1

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

    • 发布日期:2008-10-13
    • 文件大小:28400
    • 提供者:刘用
  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. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:19361
    • 提供者:huke
  1. ECDSA

    4下载:
  2. 椭圆曲线数字签名算法的VC实现,包括大整数类的实现和ECC算法的实现。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:72610
    • 提供者:云忠言
  1. RSA

    0下载:
  2. 在VC环境下编写的,利用RSA进行数字签名算法
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:51344
    • 提供者:王立红
  1. ElGamal_src

    0下载:
  2. elgamal 算法C源代码实现,既能用于数据加密也能用于数字签名-elgamal algorithm source code with C
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:163840
    • 提供者:liuxinzhi
  1. rsashuziqianmxitong

    0下载:
  2. rsa实现数字签名..使用非对称密码算法,对通信双方进行数字签名认证.-rsa .. digital signature using asymmetric cryptographic algorithms, digital signatures both sides of the communication certification.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:2024448
    • 提供者:曾玉富
  1. EllipticCurveDigitalSignatureAlgorithm

    0下载:
  2. 椭圆曲线数字签名算法 椭圆曲线数字签名算法-EllipticCurveDigitalSignatureAlgorithm EllipticCurveDigitalSignatureAlgorithm
  3. 所属分类:CA认证

    • 发布日期:2024-05-18
    • 文件大小:324608
    • 提供者:林孑
  1. RSA

    0下载:
  2. RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作。 -RSA algorithm is the first one can be used for both encryption and digital signature algorithms, but also easy to understand and operate.
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:2960384
    • 提供者:程海龙
  1. Encrypt

    0下载:
  2. Java的数字签名算法,加密算法,非常实用,可以参考一下-Java digital signature algorithm, encryption algorithm
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:29696
    • 提供者:
  1. RSAjiemian

    0下载:
  2. RSA算法的原理分析及实现。RSA是既能用于数据加密也能用于数字签名的一种非对称密码体制的算法。它有一对密钥,其中之一是私有密钥,由用户保存;另一个为公开密钥,可对外公开。并用VC++语言实现-RSA algorithm analysis and realization of the principle. RSA is the best tool for data encryption can also be used as a dig
  3. 所属分类:菜单

    • 发布日期:2024-05-18
    • 文件大小:119808
    • 提供者:张浩
  1. 6

    0下载:
  2. 六种加密算法源码,包括CRC32校验,DES加密,MD5,rsa数字签名,RSA演示,简单加密-Six encryption algorithm source code, including the CRC32 checksum, DES encryption, MD5, rsa digital signature, RSA presentation, simple encryption
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:4800512
    • 提供者:daibo
  1. DigitalSignature

    0下载:
  2. 此C#代码演示了数字签名的工作模式(附相关资料),算法架构为:RSA+SHA1,你可以参考这些代码。-The C# code shows the operating mode of the digital signature (with relevant data), the algorithm architecture: RSA+ SHA1, you can refer to the code.
  3. 所属分类:C#编程

    • 发布日期:2024-05-18
    • 文件大小:55296
    • 提供者:Alex Kon
  1. java

    0下载:
  2. 本文件主要是java安全通信的代码包括:md5 密码加密与验证 对称加密与解密 非对称加密以解密 基于MD5信息摘要算法实现密码加密与验证 凯撒加密算法 数字签名与验证 消息验证码 消息摘要(都经过调试无错误)-java security of communications, including: md5 password encryption and authentication of non-symmetric encryption
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:519168
    • 提供者:qiao
  1. RSA

    0下载:
  2. 基于RSA算法的加密解密以及数字签名系统,实现加密解密签名的功能-RSA-based encryption and decryption algorithms and digital signature system to achieve the function of signature encryption and decryption
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:3825664
    • 提供者:
  1. rsa-shuziqianming

    0下载:
  2. 实现基于RSA算法的数字签名系统,基于C++语言实现,有很好的图形界面-RSA algorithm-based digital signature system, based on C++ language, a very good graphical interface
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:2028544
    • 提供者:小陈
  1. rsa数字签名

    0下载:
  2. 数据安全中的rsa加密和数据签名及其算法范例(RSA encryption and data signature in data security and examples of algorithms)
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:7144448
    • 提供者:ustb1985
  1. 摘要 RSA算法是一种公钥密码算法

    0下载:
  2. 简单操作简单运行通俗概念,便于理解,请指正(Simple, easy to operate, popular concept, easy to understand, please correct me)
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:18432
    • 提供者:阿瑟01
  1. 安全Hash算法SHA-1的实现

    0下载:
  2. Hash函数是提供数据完整性保障的一个重要工具。本次实验,我们希望通过上机操作,使 同学们对安全Hash算法SHA-1的基本原理有一个全面的理解。通过本次实验,使学生掌握对 Hash函数的应用,为后面数字签名方案的学习打下基础。(The Hash function is an important tool for providing data integrity protection. In this experiment, we ho
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:斩月
  1. SM-TOOLS-master

    0下载:
  2. 此工具支持国密各种算法:SM4对称加解密,国密密钥对的生成,SM3信息摘要,SM2数字签名以及验证签名,SM2非对称加解密,PKCS7签名数据包形成以及PKCS7验签, 生成PKCS7数字信封已经解PKCS7签名数据,后续会添加PKCS7签名数字信封相关功能。输入输出格式都严格按照国家密码管理局的相关规定。形成一个本地工具方便大家使用。(This tool supports various national algorithms: SM
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:2155520
    • 提供者:之昂飞
« 1 2 3 45 6 7 8 9 10 ... 14 »

源码中国 www.ymcn.org