搜索资源列表
assgin2
- playfair加密简单实现 生成密钥矩阵,加密解密
HillCipher
- 自己编写的加密算法 hill加密算法。包括,hill数组的生成,hill数组矩阵的计算。-prepare their encryption algorithms hill encryption algorithm. Include hill array of generation, hill array matrix calculations.
math
- 矩阵表移位加密,链表类实现.输入密码生成密码矩阵,然后明文根据密码表来查找并移位替换生成密文.可逆的过程-Matrix shift encryption, list classes. Enter the password generation code matrix, and then expressly based on the password table to find and replace the shift generated ciphertext. Reversible proce
AES
- AES加密过程是在一个4×4的字节矩阵上运作,这个矩阵又称为“体(state)”,其初值就是一个明文区块(矩阵中一个元素大小就是明文区块中的一个Byte)。(Rijndael加密法因支持更大的区块,其矩阵行数可视情况增加)加密时,各轮AES加密循环(除最后一轮外)均包含4个步骤: 1.AddRoundKey — 矩阵中的每一个字节都与该次回合金钥(round key)做XOR运算;每个子密钥由密钥生成方案产生。 2.SubBytes — 通过一个非线性的替换函数,用查找表的方式把每个
FHE
- 简单验证LLL格基约减算法,包括随机矩阵的生成,lll算法等-the easy descr iption of LLL latice-based reduction algorithm