- 博客(3)
- 收藏
- 关注
原创 密码学课程设计-RSA
#include<iostream> #include<string.h> #include<string> using namespace std; #define SIZE 33 #define MULSIZE 2*SIZE typedef struct Bigint { unsigned char num[SIZE]; }Bigint; typedef struct Bigint2 { unsigned char num[2 * SIZE]; }Bigi
2021-05-28 09:59:02
937
3
原创 密码学课程设计--DES
// DES(C++).cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // #include<iostream> #include<string.h> using namespace std; char m[1000] = { 0 }; //明文 //DES明文每组64个比特,即八个字符 char c[1000] = { 0 }; //密文 char m1[1000] = { 0 }; char k[1000]; int bl
2021-05-06 23:11:58
614
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅