文件名称:AES-128 encryption algorithm
介绍说明--下载内容均来自于网络,请自行研究使用
用matlab编写的加密算法。输入128bit 明文,采用AES-128算法可以的得到128bit的密文输出。每一轮的加密结果都有显示。(Above is the AES(Advanced Encryption Standard)-128 algorithm written by matlab. By inputing the contexts and encryption key, you will get each round key and encryption result)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
AES-128 encryption algorithm\AddRoundKey.m
AES-128 encryption algorithm\Complete_Sbox.m
AES-128 encryption algorithm\KeySchedule.m
AES-128 encryption algorithm\mainfile.m
AES-128 encryption algorithm\MixColum.m
AES-128 encryption algorithm\MulShift.m
AES-128 encryption algorithm\ShiftRows.m
AES-128 encryption algorithm\SirMul.m
AES-128 encryption algorithm\SUB_BYTES.m
AES-128 encryption algorithm\wshift.m
AES-128 encryption algorithm\X2_Or.m
AES-128 encryption algorithm
AES-128 encryption algorithm\Complete_Sbox.m
AES-128 encryption algorithm\KeySchedule.m
AES-128 encryption algorithm\mainfile.m
AES-128 encryption algorithm\MixColum.m
AES-128 encryption algorithm\MulShift.m
AES-128 encryption algorithm\ShiftRows.m
AES-128 encryption algorithm\SirMul.m
AES-128 encryption algorithm\SUB_BYTES.m
AES-128 encryption algorithm\wshift.m
AES-128 encryption algorithm\X2_Or.m
AES-128 encryption algorithm