CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - RSA 数字签名

搜索资源列表

  1. RSA

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

    • 发布日期:2008-10-13
    • 文件大小:1.56kb
    • 提供者:laren
  1. RSA

    0下载:
  2. 它是第一个既能用于数据加密也能用于数字签名的算法。它易于理解和操作
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3.4kb
    • 提供者:修凤志
  1. RSACodeSample

    1下载:
  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 digital signature of the proce
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2.64kb
    • 提供者:LJ
  1. 数字签名相关工具

    0下载:
  2. RSA工具
  3. 所属分类:系统编程

  1. RSA_Demo

    0下载:
  2. C#代码,基于RSA密码体制实现数字签名。-C# code, based on RSA cryptosystem for digital signatures.
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:202.16kb
    • 提供者:away
  1. rsashuziqianmxitong

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

    • 发布日期:2017-04-09
    • 文件大小:1.93mb
    • 提供者:曾玉富
  1. RSA

    0下载:
  2. C# RSA数字签名源代码,一般,我们可以用RSA算法生成一对密钥,公钥发放给外部客户,私钥自己保管-C# RSA digital signature source code, generally, we can use RSA algorithm to generate a pair of keys, public key issued to external customers, keeping their private key
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:166.56kb
    • 提供者:陆路
  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 digital signature algorithm for a
  3. 所属分类:Menu control

    • 发布日期:2017-04-01
    • 文件大小:116.85kb
    • 提供者:张浩
  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. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:54.25kb
    • 提供者:Alex Kon
  1. RRSAACodeSammS

    0下载:
  2. RSA加密处理CSHARP代码研究 1、生成public key与private keyy并可保存生成XML文件。 2、演示了RSA数字签名的处理过程。 3、演示了加密解密的过程。 -RSA encryption the CSHARP code research, generate public key and private keyy can be saved to generate an XML file. 2 shows the RSA digital signature proce
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2.18kb
    • 提供者:张艾芸
  1. Trsa1239887h

    0下载:
  2. 这个RSA算法是在Visual C环境下实现,用mfc做了界面,从功能到外观都想当不错RSA数字签名 RSAA算法的加密解密 可视化MFC界面RSA的算法,复制到Visual C++后稍改一下就可以运行了, -The RSA algorithm is implemented in Visual C environment with mfc do the interface from the function and appearance of want to be a good RSA d
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-25
    • 文件大小:19.51kb
    • 提供者:comp
  1. VCPP-information-encrypted

    0下载:
  2. 本聊天程序采用2048bit 的RSA 数据加密算法对数据进行加密和数字签名后发出,因为RSA加密信息需要大量的时间,因此本程序适合用来传递密钥或对非常重要且信息量较少的网络通讯。本程序编译后运行界面如上所示,正常聊天需要进行设置,设定对方IP地址,QQ号或电子邮件地址,接下来就可以发消息了,程序还可以完成如图所示的其它功能。-This chat program using RSA 2048bit data encryption algorithm for encryption and digi
  3. 所属分类:ComboBox

    • 发布日期:2017-04-02
    • 文件大小:136.78kb
    • 提供者:张力
  1. VCPP-RSA--digital-autograph

    0下载:
  2. 基于公开密码体制的数字签名 RSA数字签名-RSA digital autograph
  3. 所属分类:CSharp

    • 发布日期:2017-04-27
    • 文件大小:29.43kb
    • 提供者:李奎
  1. RSA-(2)

    0下载:
  2. rsa算法作为数字签名的主要形式,具有较高的利用价值,可以实现生成秘钥,测试,加密文件功能-rsa algorithm as the main form of digital signatures, has a high value in use, can generate a secret key, test, file encryption function
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:290.46kb
    • 提供者:king
  1. 2-rsa

    0下载:
  2. rsa数字签名, rsa数字签名, vc-rsa digital signature,rsa digital signaturersa digital signature,vc++
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:80.85kb
    • 提供者:小甘
  1. chat

    0下载:
  2. 本聊天程序采用2048bit 的RSA 数据加密算法对数据进行加密和数字签名后发出,因为RSA加密信息需要大量的时间,因此本程序适合用来传递密钥或对非常重要且信息量较少的网络通讯。本程序编译后运行界面如上所示,正常聊天需要进行设置,设定对方IP地址,QQ号或电子邮件地址,接下来就可以发消息了,程序还可以完成如图所示的其它功能。-This chat program USES 2048- bit RSA data encryption algorithm to encrypt data and di
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:121.65kb
    • 提供者:gaohm
  1. RSA_Algorithm

    0下载:
  2. RSA公开密钥密码系统是由 R.Rivest,A.Shamir,L.Adleman 提出的,不仅仅可用于数据的加密,也可用于数字签名,其安全性比较高,用它来开发加密、解密系统的应用已经有很多了。-RSA public key cipher system is composed of R.Rivest, A.Shamir, L.Adleman proposed, not only can be used for data encryption, but also can be used for d
  3. 所属分类:Communication

    • 发布日期:2017-12-11
    • 文件大小:158.54kb
    • 提供者:陈晓磊
  1. 证书加密解密

    0下载:
  2. 本次实验是基于广泛测试的公开加密库来实现数字签名服务。这里选择了 M2Crypto 加密库来实现,M2Crypto 加密库能够完整的支持 OpenSSL 库,所以会 更加方便点。而且这个库中包含有 RSA 非对称加密算法(M2Crypto.RSA),高级 的加密解密接口(M2Crypto.EVP),还能操作 X.509 证书(M2Crypto.X509)。我们 可以先通过 M2Crypto 库里的模块来生成证书、公钥文件和私钥文件,后面再利 用生成的证书、私钥和公钥来实现加密解密及数字
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:657kb
    • 提供者:lala_
  1. VC 信息加密聊天源代码

    1下载:
  2. 本聊天程序采用2048bit 的RSA 数据加密算法对数据进行加密和数字签名后发出,因为RSA加密信息需要大量的时间,因此本程序适合用来传递密钥或对非常重要且信息量较少的网络通讯。本程序编译后运行界面如上所示,正常聊天需要进行设置,设定对方IP地址,QQ号或电子邮件地址,接下来就可以发消息了,程序还可以完成如图所示的其它功能。(This chat program uses the RSA data encryption algorithm of 2048 bits to encrypt and
  3. 所属分类:其他

    • 发布日期:2019-11-17
    • 文件大小:82kb
    • 提供者:小阿七
搜珍网 www.dssz.com