搜索资源列表
pkcs3
- PKCS#3是美国RSA公司提出的加密行业的一种规范和统一的API接口。-PKCS # 3 is the company RSA encryption industry a unified and standardized API interface.
RSA-file-encode
- RSA文件加密的研究和实现(含毕业论文和实现代码)
aes设计方案
- 随着密码分析技术的提高,新的数据加密标准AES取代了过时的DES。文章在阐述AES/RSA加密算法的基础上,分别给出了利用AES/RSA实现客户端/服务器端网络数据传输的加密流程。最后在比较AES算法和RSA算法基础上,将AES与RSA相结合提出一种新的数据加密方案。-analysis technology improvements, new data encryption standard AES replaced the outdated DES. The article describe
RSA加密算法源程序
- RSA加解密算法 源程序
rsa.rar
- rsa加密解密
gongyao
- RSA也可以用来为一个消息署名。假如甲想给乙传递一个署名的消息的话,那么她可以为她的消息计算一个散列值,然后用她的密钥加密这个散列值并将这个“署名”加在消息的后面。这个消息只有用她的公钥才能被解密。乙获得这个消息后可以用甲的公钥解密这个散列值,然后将这个数据与他自己为这个消息计算的散列值相比较。假如两者相符的话,那么他就可以知道发信人持有甲的密钥,以及这个消息在传播路径上没有被篡改过。-RSA can also be used as a signed message. If i want to
Rabin-Miller
- RSA的最重要特色在于双密钥,它们有特殊的数学形式。RSA的一对密钥有三个基本参数:模n ,公钥b和私钥a 。n和b是公开的,发送信息方用私钥n加密消息,接受方用公钥b能得到解密后的信息,从而确定发送信息方的身份,这就构成了签名机制。对方用公钥将要发送的信息加密,只有拥有私钥的一方才能将信息解密。-RSA is the most important feature of dual-key, they have a special mathematical form. RSA keys of a
RSADES
- 使用RSA和DES两种算法为基础,设计实现了一个简单的网络传输模型。模型里有两个类,Server和Client,Server端要将自己的公钥发给Client,然后Client将自己的DES密钥通过RSA加密发给Server 端。之后双方可以通过DES对称加密进行通信。-Two algorithms using the RSA and the DES, based on designs and implements a simple model of network transmission. M
RSA
- RSA算法是密码学当中最重要,最普遍的一种加密算法,用C++实现的RSA算法-RSA cryptography algorithm is the most important and most common form of encryption algorithm, using C++ implementation of RSA algorithm
rsa
- 公钥密码算法的加密与解密 (RSA-OAEP) -Public key encryption and decryption of cryptographic algorithms (RSA-OAEP)
RSA
- 软件密钥托管加密系统具有抗窜扰特性而且克服了以前方案中的缺点并同时能对消息的源和宿进行追踪。 -RSA pub1ic key encryption SyStem
RSA
- RSA公钥密码算法,包括自动生成逆元,加密和解密过程,附带源代码。-RSA public key cryptography algorithm, including the automatic generation of the inverse of the encryption and decryption process, with the source code.
RSA2_test
- RSA加密算法具体实践,通过示例程序实现其功能。-RSA encryption algorithm specific practice, through the sample program to achieve its function.
RSA3_Encstring
- RSA加密算法,加密字符串,并把生成的信息转化为字符串。-RSA encryption algorithm, encryption string and the generated information into a string.
RSA4_improve
- RSA加密算法进阶,举一反三叙述问题。并提出使用中应该注意的问题。-RRSA advanced encryption algorithms, giving top priority to the problem described. And proposed use should pay attention to. SA encryption algorithm specific practice, through the sample program to achieve its functi
RSAjiami
- rsa 加密 算法 仅仅供参考使用-new rsa
RSA
- RSA算法的加密和解密,可以用它作为密码学课程设计,非常好用-RSA encryption and decryption algorithms, cryptography can use it as a curriculum design, very easy to use
fwdownload
- rsa加密 http libevent -rsa encryption
RAS加密解密
- RSA 非对称 加密解密 签名 验签,填充。长度超长的处理。