搜索资源列表
rsa
- RSA算法JAVA实现的代码
rsa1
- rsa代码,可以正常运行,是我的密码学的课程设计
RSA
- 应用非对称密钥系统RSA密码系统进行数据签名的代码
RSA
- 这个vc++代码实现了RSA,Elamal,弗吉尼亚加密算法。
11
- 经典的rsa代码,有相应的rsa加密程序rsademo
RSA
- RSA的类的源代码,Visual C++ 6.0实现。该算法(不是指代码)虽然有诸多缺点,但目前应用广泛。该代码的思路清晰,容易学习掌握。
rsa.rar
- 一个独立纯C文件,两千多行代码,控制台界面实现RSA加密解密功能,调试通过,An independent pure C files, more than 2000 lines of code, the console interface RSA encryption and decryption functions, debugging through
RSA
- 简单的RSA代码、C语言实现,绝对没问题。重要的是简单的 附有exe文件和c文件-Simple RSA code, C language, absolutely no problem. Important is a simple file with exe file and the c
RSA
- RSA加密其中有MD5算法的实现 RSA中用到了大数库MIRacl库 详见代码-RSA
rsa
- 这是RSA算法的原代码实现应该直接能用,已调试好-This is the original RSA algorithm implementation code can be used directly, has good debugging
RSA
- rsa算法的C语言代码实现,适合算法计算机学习研究者阅读-rsa for c program,suit for arithmetic study
RSA
- RSA算法实验报告和代码 1.选取两个素数p,q(不可相差悬殊) 2.计算n=pq,f(n)=(p-1)(q-1) 3.选取e,满足1<e<f(n),则gcd(e,f(n))=1 4.计算d,满足de=1 mod f(n)。一般d>=[n的四分之一方],(e,n)为公钥,(p,q,d)为私钥,将明文0,1序列分组,使每组十进制小于n。c=[m的e次方] mod n,m=[c的d次方] mod n。-RSA algorithm and code an experi
RSA
- 利用C语言编写的RSA加解密代码,实现了基本的RSA加解密过程,主要是大数运算的实现以及质数的求解-Written in C language using RSA encryption and decryption code, and to achieve the basic RSA encryption and decryption process, the key is the realization of operations of large numbers, as well as th
Research-And-Development-Of-RSA-File-Encryption.ra
- 分析RSA算法的应用现状,论证文件加密应用RSA算法的可行性和意义。设计一套完整实用的RSA文件加密解决方案,具体编码实现。对RSA算法进行研究,从常规RSA算法出发,用C++实现RSA加密算法类库,并在32位windows平台封装成组件。在.Net平台引用此组件,实现可以对任意文件进行RSA加密操作的窗体应用程序。经过加密的文件以及密钥文件都是文本文件。给出关键类类图、整个应用程序的结构描述文档、关键模块流程图、较详细的接口文档、所有源代码。对应用程序进行测试,对测试结果进行分析研究,进而对应
6_Rsa
- rsa代码,密码学学习必须掌握的算法。很全的代码。-rsa code, cryptography algorithm to learn to master. Is all the code.
rsa
- RSA算法实现的C语言代码,需要SSL库支持。-RSA CODE
RSA
- RSA代码的C++实现。工作环境VC++6.0。可用于密码学实验。可以实现大数的加密。-RSA code C++ implementation. Work environment VC++6.0. Cryptography can be used for experiments. Can achieve large numbers of encryption.
rsa
- rsa代码库,测试通过,很好用,供学习参考使用,有问题不负责任-RSACryptopp32_DLL_Project RSA
RSA
- RSA加密工具,提供给大家使用。还有前端jsp代码和所需要的js(RSA encryption tools for everyone. There is also the front-end JSP code and the required js)
RSA 算法
- rsa加密算法 附带实验报告和测试代码非常详细 有注释(RSA encryption algorithm with experimental report and test code is very detailed and annotated)