搜索资源列表
关于RSA类的源代码
- 关于RSA类的源代码,程序很简单,也很好用,请大家提出不足。-on the source code, procedure is simple and useful, will you please raise your inadequate. Thank you
Rsa.rar
- 用JAVA实现Rsa非对称加密算法 不算简单的算法 既可以加密又可以解密,Rsa use JAVA to achieve an asymmetric encryption algorithm is not a simple algorithm can be encrypted can be decrypted
RSA-Java
- 用Java编写的RSA例子,能够使用,简单明了-Written in Java using RSA example, be able to use, simple to understand
rsa
- RSA 加密算法简单实现,c++编程,简单实用不 需任何修改 可运行-Simple implementation of RSA encryption algorithm, c++ programming, simple and practical to run without any modifications
RSA
- RSA算法实现,只是简单的实现一下,如果需要,可以改变类型。-RSA algorithm, but simply the realization that, if necessary, can change the type.
RSA
- RSA算法的原理分析及实现。RSA是既能用于数据加密也能用于数字签名的一种非对称密码体制的算法。它有一对密钥,其中之一是私有密钥,由用户保存;另一个为公开密钥,可对外公开。并用VC++语言实现,通过MFC设计的一个小系统来模拟算法的简单应用-RSA algorithm and the realization of the principle. RSA is the best tool for data encryption can be used for digital signatures,
rsa
- 关于RSA的算法源代码 具体就是很简单的加密与解密-On the RSA algorithm for concrete source code is very simple encryption and decryption
RSA-test
- ras算法的一个简单的C++实现,ras算法是一个经典的公钥密码算法-use C++ to implement ras arithmetic
SecChat
- rsa c++源码 可以实现简单的rsa算法的加解密-rsa c++ source
RSA
- RSA 加密解密的简单实现 平时的作业,发出来给大家共享下-RSA encryption and decryption of a simple realization of the usual operations, issued to give everyone to share the
RSA
- RSA 的 加密解密 界面简单 但算法是全的 参考参考-RSA' s encryption and decryption algorithm interface is simple but full of reference information
rsa-cpp
- RSA公钥加密算法是1977年由Ron Rivest、Adi Shamirh和LenAdleman在(美国麻省理工学院)开发的。RSA取名来自开发他们三者的名字。RSA是目前最有影响力的公钥加密算法,它能够抵抗到目前为止已知的所有密码攻击,已被ISO推荐为公钥数据加密标准。RSA算法基于一个十分简单的数论事实:将两个大素数相乘十分容易,但那时想要对其乘积进行因式分解却极其困难,因此可以将乘积公开作为加密密钥。 -Public key encryption algorithm RSA in 1
rsa
- rsa简单算法 输入p q e等加密元素,然后根据提示可进行解密-rsa Algorithm Analysis
RSA
- 简单的C程序实现RSA加密过程,程序简单易懂,仅供参考!~-Simple C program to achieve RSA encryption process, the program is simple to understand for reference purposes only! ~
RSA-Encode-and-Decode
- 本软件利用matlab开发的一个具有交互界面的软件,主要功能为RSA的加密、解密功能,简单易懂,富有详细代码-This software is developed using a matlab interface software, the main function for the RSA encryption and decryption functions, easy to understand, full of detailed code
rsa
- 一个用java做的关于rsa的数据传输系统。很简单-Using java to do a data transfer system on rsa. Very simple
RSA-experiment-4
- C#加密解密实例,简单易懂,有益于掌握,没有其他(C# encryption and decryption examples, easy to understand, useful to master)
rsa
- RSA简单实现()
rsa
- 使用JAVA语言实现来实现信息安全中的简单的RSA算法(implement RSA using JAVA)
RSA
- 实现rsa简单加密解密,运行后输入选择功能,输入秘钥和数字进行加解密操作(simple rsa encrytion and decryption)