-
-
aes.zip
AES算法,实现对文件加密。包含密码学课程报告
class CRijndael
{
private:
int Nk,Nr,round
long Total_Round,Cur_Round
char *SourceFileName,*TargetFileName
CString source,*target,save
CFile Source,Target
byte (* State)[4],*w[4],*key[4]
public:
CString ...
-
-
aes.zip
standard encryption algorithms AES
-
aes-program-collection.rar
this has the ready made code for the AES implementation on 8051 board for SDCC complier. the code is written for encryption and decryption of 10/14 rounds for key of 256bits.
-
AES.rar
This is the presentation explaining implementation of AES algorithm.
-
AES-pcbc.zip
This are two methods to cript and decript using AES with PCBC
-
-
-
-
-