搜索资源列表
Rsa加密解密
- RSA解密加密JAVA-RSA encryption decryption JAVA
RSA解密和加密算法的实现和应用
- RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 这个 m 一定存在, 因为 r 与 (p-1)(q-1) 互质, 用辗转相除法就可以得到了..... 再来, 计算 n = pq....... m, n 这两个数便是 public_key ,编码过程是, 若资料为 a,
rsa算法的vf实现
- 使用Visuanl Foxpro实现RSA算法的加密、解密。
RSA加密算法源程序
- RSA加解密算法 源程序
rsa.rar
- rsa加密解密
rsa加密
- RSA加密 解密 生成密钥对
RSA
- RSA的ASN1实现,可以对文件加密解密
RSA.rar
- RSA加密解密,密码编码学与网络安全课程的重点之一。本程序用于模拟实现RSA的加密和解密算法,RSA encryption and decryption, password, encoding and network security course learn one of the key points. This procedure used to simulate the realization of RSA encryption and decryption algorithm
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.rar
- 用JAVA实现Rsa非对称加密算法 不算简单的算法 既可以加密又可以解密,Rsa use JAVA to achieve an asymmetric encryption algorithm is not a simple algorithm can be encrypted can be decrypted
RSA
- RSA加密算法,可以实现实现128,256,512,1024,2048位的RSA加密解密运算-Use vc++ Realize RSA encryption and decryption algorithm source code.RSA digital signature algorithm of RSA
RSA
- 基于大数库miracl的RSA加解密算法,其中gen.c是产生密钥,encode.c是进行加密,decode.c是进行解密-Based on large numbers of RSA encryption and decryption library miracl algorithm, which gen.c is to generate the key, encode.c is encrypted, decode.c is to decrypt
RSA
- RSA密钥生成器,用于RSA传输过程中加密与解密,delphi 源代码。-RSA key generator and transfer process for RSA encryption and decryption, delphi source code.
RSA-Arithmetic-Code
- RSA算法的实现,包括密钥生成及加解密 RSA算法的实现,包括密钥生成及加解密-RSA algorithm, including key generation and RSA encryption algorithm, including key generation and encryption and decryption
RSA
- 带有界面,除了加解密还可实现数字签名功能-With interface, in addition to digital signature functions
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
利用rsa算法防止非法注册机
- 这是一个利用rsa加解密实现防止非法注册机的程序,已经经过我的测试,非常好用。-This is a use of encryption and decryption rsa achieve prevent illegal Fillmore procedures, I have read the test, very handy.
RSA
- 一个RSA加解密算法的初级程序,对初学者很有帮助。-RSA encryption and decryption algorithm of a primary procedure, very helpful for beginners.
OpenSSL解密2
- 基于OpenSSL的命令和API函数来解密RSA,包括一些大数运算(Decryption of some functions based on RSA OpenSSL)