搜索资源列表
RSA加密和解密
- 用C#中RSACryptoServiceProvider类型,实现RSA算法的加密,和解密,用控制台实现-C# RSACryptoServiceProvider type, achieving RSA encryption, and decryption using Console
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 这两个
RSAnew
- rsa算法实现。用VC++编写。能够实现对明文的加密。不容易被破解-rsa algorithm. VC++. To achieve the right expressly encryption. Not easy to be cracked
RSA程序算法分析
- 密码学中极重要的RSA算法的C编程实现。希望对一些喜欢C的朋友有用-cryptography very important RSA algorithm in C programming. Some like to hope that the friends useful C
JavaFR_RSA_Source
- 基于java的完整的RSA算法实现 /** * <p>Titre : RSA </p> * <p>Descr iption : Encodage de donn閑s selon le protocole RSA </p> * <p>Copyright : Copyright (c) 2004</p> * @author Fran鏾is Bradette * @ver
xor
- RSA算法实现(经典) 1. 首先要把文件夹中的rsa.c文件拷贝到运行工具(如TURBOC2)下文件夹名为INCLUDE的文件夹中。 (在本机上已经做过,所以不需要做) 2. RSA的加密对象为C盘下文件名为CODE.txt的前8位(如果没有一定要在C盘下建立一个文件名为CODE.txt的文件, 把要加密的数据写到文件里),加密后在C盘下生成一个文件名为RSACIPER.txt
RSA对称加密算法源代码
- 利用RSA对称算法实现文件加密,密钥512位,比较安全。但不是特别安全。因为推荐2048位的密钥目前是很安全的。-use RSA asymmetric encryption algorithm document, the key 512, relatively safe. But it is not particularly safe. Since 2048 recommended the key now is very safe.
RSA MD5 v1.2
- RSA MD5加解密算法,用c++实现,核心部分是c的代码,完全跨平台-RSA encryption and decryption algorithms, used to achieve c, c is the core part of the code, completely cross-platform
MD5(c++)
- md5算法的c++实现,包含MD5.cpp和MD5.h-md5 Algorithm c++, and includes MD5.cpp MD5.h
RSA
- RSA算法 C++ 实现 RSA算法 C++ 实现 -achieve RSA algorithm to achieve C
RAS
- RSA算法的C语言实现 -RSA algorithm RSA algorithm realization of C language of the C language
rsaprvdecrypt
- rsa算法的c++实现,该程序实现利用私钥解密-rsa algorithm c++ realized, the realization of the program using the private key to decrypt
rsa
- rsa算法C语言实现,自己编的,希望对大家有借鉴.-rsa algorithm C language, own, and I hope everyone has to learn from.
rsa
- RSA算法C++实现,实现RSA算法,密码强度1024 -RSA algorithm C++ Realize, realize RSA algorithm, the password strength of 1024
RSA
- RSA算法实现 Visual C++ 环境下开发-RSA algorithm Visual C++ Environment development
rsa
- rsa算法实现,用的是c++。欢迎大家随便下载-rsa algorithm, using c++. Welcome to the casual download
RSA-Arithmetic-Code
- RSA算法的实现,包括密钥生成及加解密 RSA算法的实现,包括密钥生成及加解密-RSA algorithm, including key generation and RSA encryption algorithm, including key generation and encryption and decryption
RSA
- rsa算法c语言实现 完整 有对话框,密码学经典非对称加密实现-rsa algorithm c language there is complete dialog box
RSA
- rsa算法的C语言代码实现,适合算法计算机学习研究者阅读-rsa for c program,suit for arithmetic study
RSA算法
- RSA算法,用的C++语言实现,可以给那些初次接触这个,需要学习的同学使用(RSA algorithm, using C++ language, you can give those who first contact this, need to learn the use of students)