搜索资源列表
Euclid061207
- 初学密码内容,共享下实现简单的欧几里德算法,请多多指教-novice passwords, share under simple Euclidean algorithm, exhibitions
ExEuclid06127
- 初学密码内容,共享下实现的扩展欧几里德算法,请多多指教-novice passwords, share under the expansion Euclidean algorithm, exhibitions
PolyEuclid061207
- 初学密码内容,共享下实现带多项式的欧几里德算法,请多多指教-novice passwords, shared with polynomials under the Euclidean algorithm, exhibitions
EUCLID
- 欧几里德算法:非常实用的!经调试通过!源代码不需任何修改!
O_ji_li_de_expand
- 有关欧几里德的扩展算法,非常实用,经测试好用- The expansion of the Euclidean algorithm, is very practical, easy to use as test
rsn
- rsn算法RSA算法的描述 1、选取长度相等的两个大素数p和q,计算其乘积: n = pq 然后随机选取加密密钥e,使e和(p–1)(q–1)互素。 最后用欧几里德扩展算法计算解密密钥d,以满足 ed = 1(mod(p–1) ( q–1)) 即 d = e–1 mod((p–1)(q–1)) e和n是公钥,d是私钥 2、加密公式如下: ci = mi^e(mod n) 3、解密时,取每一密文分组ci并计算: mi = ci^d
RSA
- 该程序使用RSA公钥算法实现了对一个字符串的加密和解密功能。其中,采用欧几里德算法(即辗转相除法)来判断两个数是否是素数。另外,使用菜单选项来选择当前是要“加密”还是“解密”。-The program use RSA public key algorithm is presented for a string of encryption and decryption function. Among them, the Euclidean algorithm (namely division al
RSA
- 这一很简单的c++写的RSA算法,用的是欧几里德求的逆元。-This very simple c++ written RSA algorithm, using Euclidean find the inverse.