• 大小: 14KB
    文件类型: .cpp
    金币: 1
    下载: 0 次
    发布日期: 2021-01-11
  • 语言: C/C++
  • 标签: camelia  

资源简介

加密解密都可以 明文已确定 采用16进制输入和输出

资源截图

代码片段和文件信息

#include
#include
#include 

int B[8] = {0x800x400x200x100x080x040x020x01};

unsigned char constant[6][8] =
{0xa00x9e0x660x7f0x3b0xcc0x900x8b
0xb60x7a0xe80x580x4c0xaa0x730xb2
0xc60xef0x370x2f0xe90x4f0x820xbe
0x540xff0x530xa50xf10xd30x6f0x1c
0x100xe50x270xfa0xde0x680x2d0x1d
0xb00x560x880xc20xb30xe60xc10xfd
};
unsigned char P[8][8] = 
{01111001
10111100
11010110
11100011
01111110
10110111
11011011
11101101
};
unsigned char S1[256] =
{112130 44236179 39192229228133 87 53234 12174 65
35 239107147 69 25165 33237 14 79 78 29101146189
134184175143124235 31206 62 48220 95 94197 11 

评论

共有 条评论

相关资源