搜索资源列表

  1. 数据加密与数字签名系统

    0下载:
  2. RSA数据加密代码,用C编写,已压缩成RAR格式-RSA data encryption code, prepared by C, has been compressed into RAR format
  3. 所属分类:加密解密

    • 发布日期:2024-05-04
    • 文件大小:186368
    • 提供者:
  1. RSACodeSample

    0下载:
  2. RSA加密处理C#代码研究 1、生成public key和private key并可保存生成XML文件。 2、演示了RSA数字签名的处理过程。 3、演示了加密解密的过程。 -RSA encryption code research C# 1, and generated public key can be kept private key to generate XML documents. 2, demonstrated a RSA
  3. 所属分类:C#编程

    • 发布日期:2024-05-04
    • 文件大小:2048
    • 提供者:LJ
  1. RSA_Prog

    0下载:
  2. rsa数字签名公钥加密私钥解密c++源代码-The C++ source program of RSA digital signature about encryption with public key and decryption with secret key.
  3. 所属分类:加密解密

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

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

    • 发布日期:2024-05-04
    • 文件大小:294912
    • 提供者:
  1. rsashuziqianming

    0下载:
  2. RSA数字签名的源代码 vc++6.0实现的版本-RSA Digital Signature vc source code version 6.0
  3. 所属分类:CA认证

    • 发布日期:2024-05-04
    • 文件大小:59392
    • 提供者:chenliang
  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-05-04
    • 文件大小:19456
    • 提供者:huke
  1. RSA

    0下载:
  2. RSA公开密钥密码系统是由R.Rivest,A.Shamir,L.Adleman提出的,不仅仅可用于数据的加密,也可用于数字签名。本程序提供了RSA加密和解密过程实现的源代码。-RSA public key cryptosystem by R. Rivest, A. Shamir, L. Adleman raised, not only can be used for data encryption, digital signature
  3. 所属分类:加密解密

    • 发布日期:2024-05-04
    • 文件大小:663552
    • 提供者:严玉洁
  1. Rsa-java

    1下载:
  2. 用java写的RSA加密解密程序,支持数字签名验证和分段加密,有友好的图形界面。-Using java to write the RSA encryption and decryption procedures, support for digital signature verification and sub-encryption, has a friendly graphical interface.
  3. 所属分类:加密解密

    • 发布日期:2024-05-04
    • 文件大小:5120
    • 提供者:羊毛
  1. RSA

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

    • 发布日期:2024-05-04
    • 文件大小:1972224
    • 提供者:王立红
  1. RSA_article

    0下载:
  2. 论文关于一个基于强RSA数字签名方案的改进.-Papers on the strong RSA-based digital signature scheme.
  3. 所属分类:加密解密

    • 发布日期:2024-05-04
    • 文件大小:216064
    • 提供者:guoshuyuan
  1. RSA

    0下载:
  2. RSA数字签名 RSA算法的加密解密 可视化MFC界面-RSA digital signature algorithm of RSA encryption and decryption MFC visualization interface
  3. 所属分类:加密解密

    • 发布日期:2024-05-04
    • 文件大小:60416
    • 提供者:聂乐
  1. RSA

    0下载:
  2. 若要使用公钥系统对消息进行数字签名,发送方先向该消息应用哈希函数以创建消息摘要。然后,发送方用自己的私钥对消息摘要进行加密,以创建发送方的个人签名。在收到消息和签名后,接收方使用发送方的公钥解密该签名,以恢复消息摘要,并使用发送方所用的同一哈希算法对该消息进行哈希运算。如果接收方计算的消息摘要与从发送方收到的消息摘要完 全匹配,则接收方可以假定消息在传输中未被更改。请注意,因为发送方的公钥是公共知识, 所以任何人都可以验证签名。
  3. 所属分类:C#编程

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:laren
  1. RSA

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

    • 发布日期:2024-05-04
    • 文件大小:3694592
    • 提供者:dxh
  1. Encryption

    0下载:
  2. RC4加/解密,RSA数字签名,调用接口非常简单-RC4 Encrypt,RSA sign,Interface is very simple
  3. 所属分类:系统编程

    • 发布日期:2024-05-04
    • 文件大小:31744
    • 提供者:江浩
  1. RSA-digital-signature

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

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:xiaotiantian
  1. signdesign

    0下载:
  2. rsa 数字签名添加器,利用rsa算法加密和数字签名-rsa add digital signatures, and the use of rsa algorithm for encryption and digital signatures
  3. 所属分类:CA认证

    • 发布日期:2024-05-04
    • 文件大小:3072
    • 提供者:syzqgj
  1. RSA

    0下载:
  2. RSA数字签名算法源码RSA digital signature algorithm source code-RSA digital signature algorithm source code
  3. 所属分类:加密解密

    • 发布日期:2024-05-04
    • 文件大小:16384
    • 提供者:liuyulin
  1. RSA

    0下载:
  2. RSA数字签名算法使用RSA进行数字签名-RSA digital signature algorithm using the RSA for digital signatures
  3. 所属分类:加密解密

    • 发布日期:2024-05-04
    • 文件大小:7519232
    • 提供者:peter
  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-04
    • 文件大小:2960384
    • 提供者:程海龙
  1. rsa数字签名

    0下载:
  2. rsa数字签名系统,c++,MFC实现,自动生成秘钥(Rsa digital signature system, c++, MFC implementation, automatic key generation)
  3. 所属分类:加密解密

    • 发布日期:2024-05-04
    • 文件大小:58368
    • 提供者:小童117
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org