Introduction - If you have any usage issues, please Google them yourself
This code is the C language source code for AES algorithm. AES is the second after DES is currently the most popular symmetric encryption algorithm.
Packet : 107215792aessourcecode.rar filelist
aes\aes.h
aes\aes_cbc.c
aes\aes_cfb.c
aes\aes_core.c
aes\aes_ctr.c
aes\aes_ecb.c
aes\aes_ige.c
aes\aes_locl.h
aes\aes_misc.c
aes\aes_ofb.c
aes\asm\aes-586.pl
aes\asm\aes-ia64.S
aes\Makefile
aes\asm
aes