搜索资源列表
rsa算法的vf实现
- 使用Visuanl Foxpro实现RSA算法的加密、解密。
RSA算法源码
- 用mfc做的程序,能实现RSA算法的源代码。很实用。
RSA C++实现
- RSA算法C++实现,在VC6.0下编译通过
rsa
- RSA加密/解密算法实现源码与例子 -The source code and examples of implement of RAS encryption and decryption algorithm
RSA加密和解密
- 用C#中RSACryptoServiceProvider类型,实现RSA算法的加密,和解密,用控制台实现-C# RSACryptoServiceProvider type, achieving RSA encryption, and decryption using Console
RSA加解密
- vc环境下RSA算法加解密功能的实现,内附有示例代码。-The implement of encryption and decryption with RSA algorithm in VC environment, attached with example source code.
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 这两个
rsa-c++实现
- 这是一个RSA的简单实现算法,用的是C++语言实现的.-This is a simple realization of the RSA algorithm is used in the C language.
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
安全good
- 用于一般的文件加密和解密,采用rsa算法实现-It is used for general file s encryption and decryption. Using the RSA arithmetic.
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
99-GuTingTing-RSA
- RSA算法是一种公钥密码算法.实现RSA算法包括生成RSA密钥,用RSA加密规则和解密规则处理数据。RSA数字签名算法利用RSA算法实现数字签名。本文详述了RSA算法的基本原理, RSA加密算法的实现以及如何利用RSA实现数字签名.-RSA is a public key cryptography algorithm. Implementation of RSA algorithm include RSA key generation.
RsaKit_V1.0
- rsa算法实现的经典开发包,对学习加密算法帮助很大-rsa algorithm realize the classic development kit, the encryption algorithm learning very helpful
rsa
- 基于rsa算法实现的用两个质数进行数据加密的算法,可靠度非常高,为vc++6.0工程-Rsa algorithm based on the use of two prime number for data encryption algorithm, reliability is very high, for vc++ 6.0 works
rsa
- rsa算法实现,用的是c++。欢迎大家随便下载-rsa algorithm, using c++. Welcome to the casual download
RSA
- rsa算法c语言实现 完整 有对话框,密码学经典非对称加密实现-rsa algorithm c language there is complete dialog box
RSA算法
- RSA算法,用的C++语言实现,可以给那些初次接触这个,需要学习的同学使用(RSA algorithm, using C++ language, you can give those who first contact this, need to learn the use of students)
语音RSA加密
- RSA算法实现语音的加密和解密功能,里边还包含了录音功能(RSA algorithm for voice encryption and decryption function, which also contains the recording function)