搜索资源列表
数据加密与数字签名系统.rar
- RSA数据加密代码,用C编写,已压缩成RAR格式,RSA data encryption code, prepared by C, has been compressed into RAR format
RSA(C++code).rar
- C++ 源代码实现 非对称算法(RSA),C++ Source code to achieve asymmetric algorithms (RSA)
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算法的实验报告,有源码、流程图、时间复杂度分析等。-RSA algorithm experimental reports, source code, flowcharts, time complexity analysis.
RSA
- 简单的RSA代码、C语言实现,绝对没问题。重要的是简单的 附有exe文件和c文件-Simple RSA code, C language, absolutely no problem. Important is a simple file with exe file and the c
rsa1
- RSA加密/解密算法源码 -RSA encryption and decryption algorithm source code
RSA-Arithmetic-Code
- RSA算法的实现,包括密钥生成及加解密 RSA算法的实现,包括密钥生成及加解密-RSA algorithm, including key generation and RSA encryption algorithm, including key generation and encryption and decryption
RSA
- rsa加密的源代码,能随机产生200位的素数-rsa encryption source code can be randomly generated 200 of the prime number. . . . . . .
RSA
- RSA源码测试 openssl 中的RSA密钥算法的使用,可以作为知识的基础点,对加解密有一定的帮助-RSA source code test openssl in the use of RSA key algorithm can be used as knowledge base points, to a certain extent with the help of encryption and decryption
rsa
- RSA加密/解密算法实现源码与例子 -The source code and examples of implement of RAS encryption and decryption algorithm
rsa3
- rsa加密算法源码-Source code of RSA encrypt algorithm
rsaeuro-1.02.tar
- RSA的程序代码-RSA code
Cryptography
- 该程序包提供了三种加解密算法的源代码:DES、AES和RSA。程序没有使用Java的security库,完全是自己根据加解密算法流程手工编写的。适用于密码学加解密算法的学习和研究。 由于运行速度慢,不推荐用于实用项目。-The package offers three encryption algorithm source code: DES, AES and RSA. Procedures did not use Java' s security database is entirely
RSA
- RSA Code / Decode Algorithm-RSA Code/Decode Algorithm
rsa
- 这是RSA算法的原代码实现应该直接能用,已调试好-This is the original RSA algorithm implementation code can be used directly, has good debugging
rsa
- RSA.CPP原码 速度还可以 想要的话就下吧 没什么可说的了-RSA.CPP the speed of the original code can also be
RSA
- RSA数字签名算法源码RSA digital signature algorithm source code-RSA digital signature algorithm source code
rsa
- 用VHDL求rsa加密系统的密钥D(辗转相除法)-Using VHDL for rsa key encryption system D(Division algorithm)
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
- RSA算法实现的C语言代码,需要SSL库支持。-RSA CODE
