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, 将其看成是一个大整数, 假设 a < n.... 如果 a >= n 的话, 就将 a 表成 s 进位 (s
标签: person_key RSA 算法
上传时间: 2013-12-14
上传用户:zhuyibin
归并外排序,要先运行file程序,在硬盘上建立dat文件,再运行排序程序
上传时间: 2015-03-23
上传用户:270189020
ps键盘驱动程序2 实现pc机键盘(p/s2接口)与8位单片机连接使用原理:键盘时钟接在p3.2口,既8051的外部中断int0上,键盘数据接到p1.0上
上传时间: 2015-03-25
上传用户:450976175
模糊神经网络采用matlab编程 o install NEFCON follow these steps: 1. Unpack the tar file NEFCON.TAR into your MATLAB working directory: tar xf NEFCON.TAR 2. Start MATLAB 3. Change to the installation directory. 4. Change to the NEFCON directory. 5. Start the STARTUP M-file to initialize NEFCON.
标签: NEFCON install matlab follow
上传时间: 2014-01-10
上传用户:qiao8960
ASP.NET File Upload Example 文件上传
上传时间: 2014-01-20
上传用户:zhangyigenius
the example file that can decode the NMEA protocol
标签: the protocol example decode
上传时间: 2013-12-11
上传用户:zukfu
the test file for GP32 gameboy hack
上传时间: 2013-12-11
上传用户:虫虫虫虫虫虫
置换代换密码体制的S-P盒的发生器,能随机产生S盒和P盒,用于置换代换密码体制的加密解密
上传时间: 2014-01-16
上传用户:王小奇
此代码实现S-P密码的加密解密,在这个实验中用到了S盒和P盒随机发生器
上传时间: 2014-10-13
上传用户:yuchunhai1990
用BP网络完成函数的逼近 P网络通常有一个或多个隐层,隐层中的神经元均采用sigmoid型变换函数,输出层的神经元采用纯线性变换函数。本例应用一个两层BP网络来完成函数逼近的任务,其中隐层的神经元个数是5。
上传时间: 2014-11-28
上传用户:woshini123456