搜索资源列表
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
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
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
RsaTool
- RSA加密解密,主要用于熟悉和学习RSA算法。-RSA encryption and decryption, mainly used for the familiar and learning RSA algorithm.
加解密算法库
- 一个功能强大的加密算法库,包含RSA、3DES等多种加密算法