说明:DES算法实验报告和代码
1.输入名字,需8个字母,不足的补叉,多余的舍去
2.将字符按ASC2码值转化为二进制,存在数值(指针)中
3.对明文做IP置换(函数)
4.将转换后的数值分成两组,赋给L0,R0,执行下列运算L1—R0,R1-L0.....重复16轮
5.将结果L0R0合并至一个数值,做IP输出-DES algorithm and code an experimental report. Enter the name of eight letters take l <jhp627> 在 2025-06-29 上传
| 大小:14kb | 下载:0
说明:RSA算法实验报告和代码
1.选取两个素数p,q(不可相差悬殊)
2.计算n=pq,f(n)=(p-1)(q-1)
3.选取e,满足1<e<f(n),则gcd(e,f(n))=1
4.计算d,满足de=1 mod f(n)。一般d>=[n的四分之一方],(e,n)为公钥,(p,q,d)为私钥,将明文0,1序列分组,使每组十进制小于n。c=[m的e次方] mod n,m=[c的d次方] mod n。-RSA algorithm and code an experi <jhp627> 在 2025-06-29 上传
| 大小:80kb | 下载:0
说明:用FORTRAN语言实现RSA编码、解码过程,这里给出了源代码,通俗易懂-With the FORTRAN language implementation RSA encoding and decoding process, is given here, the source code, easy to understand <Royal> 在 2025-06-29 上传
| 大小:1kb | 下载:0
说明:这是关于密码学中的ecc 的加解密算法的C语言实现程序,是在c++ 环境下运行的-This is about cryptography, AES encryption and decryption algorithms C-language implementation procedures are in c++ environment to run <lucky> 在 2025-06-29 上传
| 大小:80kb | 下载:0