搜索资源列表
数据加密与数字签名系统
- RSA数据加密代码,用C编写,已压缩成RAR格式-RSA data encryption code, prepared by C, has been compressed into RAR format
RSACodeSample
- 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
RSA_Prog
- rsa数字签名公钥加密私钥解密c++源代码-The C++ source program of RSA digital signature about encryption with public key and decryption with secret key.
RSA数字签名算法在软件加密中的应用
- RSA的实现,可以根据文章来实现RSA算法-RSA realized, according to the article to achieve RSA algorithm
rsashuziqianming
- RSA数字签名的源代码 vc++6.0实现的版本-RSA Digital Signature vc source code version 6.0
99-GuTingTing-RSA
- RSA算法是一种公钥密码算法.实现RSA算法包括生成RSA密钥,用RSA加密规则和解密规则处理数据。RSA数字签名算法利用RSA算法实现数字签名。本文详述了RSA算法的基本原理, RSA加密算法的实现以及如何利用RSA实现数字签名.-RSA is a public key cryptography algorithm. Implementation of RSA algorithm include RSA key generation.
RSA
- 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
Rsa-java
- 用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.
RSA
- 在VC环境下编写的,利用RSA进行数字签名算法-In the VC environment prepared by the use of RSA digital signature algorithm
RSA_article
- 论文关于一个基于强RSA数字签名方案的改进.-Papers on the strong RSA-based digital signature scheme.
RSA
- RSA数字签名 RSA算法的加密解密 可视化MFC界面-RSA digital signature algorithm of RSA encryption and decryption MFC visualization interface
RSA
- 若要使用公钥系统对消息进行数字签名,发送方先向该消息应用哈希函数以创建消息摘要。然后,发送方用自己的私钥对消息摘要进行加密,以创建发送方的个人签名。在收到消息和签名后,接收方使用发送方的公钥解密该签名,以恢复消息摘要,并使用发送方所用的同一哈希算法对该消息进行哈希运算。如果接收方计算的消息摘要与从发送方收到的消息摘要完 全匹配,则接收方可以假定消息在传输中未被更改。请注意,因为发送方的公钥是公共知识, 所以任何人都可以验证签名。
RSA
- RSA算法的原理分析及实现。RSA是既能用于数据加密也能用于数字签名的一种非对称密码体制的算法。它有一对密钥,其中之一是私有密钥,由用户保存;另一个为公开密钥,可对外公开。并用VC++语言实现,通过MFC设计的一个小系统来模拟算法的简单应用-RSA algorithm and the realization of the principle. RSA is the best tool for data encryption can be
Encryption
- RC4加/解密,RSA数字签名,调用接口非常简单-RC4 Encrypt,RSA sign,Interface is very simple
RSA-digital-signature
- RSA 数字签名 matlab实现 是密码学中一个重要的签名算法-RSA digital signature cryptography matlab implementation are an important signature algorithm
signdesign
- rsa 数字签名添加器,利用rsa算法加密和数字签名-rsa add digital signatures, and the use of rsa algorithm for encryption and digital signatures
RSA
- RSA数字签名算法源码RSA digital signature algorithm source code-RSA digital signature algorithm source code
RSA
- RSA数字签名算法使用RSA进行数字签名-RSA digital signature algorithm using the RSA for digital signatures
RSA
- RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作。 -RSA algorithm is the first one can be used for both encryption and digital signature algorithms, but also easy to understand and operate.
rsa数字签名
- rsa数字签名系统,c++,MFC实现,自动生成秘钥(Rsa digital signature system, c++, MFC implementation, automatic key generation)