搜索资源列表
rsa_code
- rsa算法,这里将给出一个简单加密模块的全部源程序(源代码) 至于RSA的理论网上一大把,它是基于公钥加密体制的一种算法。这个实例主要是用来将某一重要文件绑定到一个IP地址上。把它拷贝下来,存为CODE.C,然后执行 GCC –O CODE CODE.C 然后用./ CODE E [IP ADDRESS] [FILENAME]对文件进行加密。或用 ./CODE D [IP ADDRESS] 进行解密整个过程中产生了两个中间文件,至于什么文件,你去试
RSA
- 若要使用公钥系统对消息进行数字签名,发送方先向该消息应用哈希函数以创建消息摘要。然后,发送方用自己的私钥对消息摘要进行加密,以创建发送方的个人签名。在收到消息和签名后,接收方使用发送方的公钥解密该签名,以恢复消息摘要,并使用发送方所用的同一哈希算法对该消息进行哈希运算。如果接收方计算的消息摘要与从发送方收到的消息摘要完 全匹配,则接收方可以假定消息在传输中未被更改。请注意,因为发送方的公钥是公共知识, 所以任何人都可以验证签名。
RSA加密和解密
- 用C#中RSACryptoServiceProvider类型,实现RSA算法的加密,和解密,用控制台实现-C# RSACryptoServiceProvider type, achieving RSA encryption, and decryption using Console
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 digital signature of the proce
RSA_CS
- C#的RSA加密解密算法程序,罗宾-米勒素数检验法,学信息安全的同学可以拿去-CSharp the RSA algorithm for encryption and decryption procedures, Robin- Miller, prime number test, students learn information security can be taken away
RSA
- 实现RSA的公钥加密,私钥解密;私钥加密,公钥解密。不限制加密原文长度,支持中文-failed to translate
RsaEncryptExample
- 利用RSA CryptoserviceProvide类实现加密和解密数据-The use of RSA CryptoserviceProvide class encrypt and decrypt data
RSA
- RSA加密解密及RSA签名和验证,.net实现-RSA encryption and decryption, and RSA signature and verification,. Net realization of
RsaEncrypt
- 利用RSA加密算法加密字符串,可以 解密字符串-RSA encryption algorithm encryption string encryption string can decrypt string
RSA-encryption-algorithm-
- RSA加密解密算法的介绍以及C#的具体实现-The introduction of the RSA encryption algorithm as well as the concrete implementation of the C#
RSA
- RSA算法实现,MFC界面,可实现字符加密解密。-RSA algorithm, the MFC interface that can be realized character encryption and decryption.
RSAUtil
- RAS 算法签名验证,另外进行加密、解密,并支持导入导出公钥、私钥。-RSA signature verification using the method
secret
- 本资料主要实现了文字图像的加解密,主要应用的算法有五种,分别是DES,AES,RSA,ECC,MD5,其中椭圆离散曲线加密算法较难。-This information is mainly to achieve the text image encryption and decryption, mainly used the algorithm has five, respectively is the DES, AES, RSA, ECC, MD5, which discrete ellipti
DEncrypt
- 加密解密代码,des及rsa加密解密方法,c#编辑-Encryption, decryption code des rsa encryption and decryption method, c# editor
Encodercodes
- 加密解密(Encoder)C#源代码 v1.0 加密解密(Encoder),实现MD5加密,DES加密解密,RSA加密解密。使用的是System.Security.Cryptography 命名空间提供的相关类-Encryption and decryption (Encoder) C# source code v1.0 Encryption and decryption (Encoder), achieve MD5 encryption, DES encryption and decr
RsaTool
- RSA加密解密,主要用于熟悉和学习RSA算法。-RSA encryption and decryption, mainly used for the familiar and learning RSA algorithm.
加解密算法库
- 一个功能强大的加密算法库,包含RSA、3DES等多种加密算法