资源简介
aes加解密算法C语言实现,纯C语言实现,不调用任何标准C外的函数库,分为加密和解密两个c源文件,由于是纯C语言实现,适合于移植到其他操作系统,如LINUX等,
代码片段和文件信息
/*
******************************************************************
** Advanced Encryption Standard implementation in C. **
** By Niyaz PK **
** E-mail: niyazlife@gmail.com **
** Downloaded from Website: www.hoozi.com **
******************************************************************
This is the source code for decryption using the latest AES algorithm.
AES algorithm is also called Rijndael algorithm. AES algorithm is
recommended for non-classified use by the National Institute of Standards
and Technology(NIST) USA. Now-a-days AES is being used for almost
all encryption applications all around the world.
THE MAIN FEATURE OF THIS AES ENCRYPTION PROGRAM IS
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 12357 2007-04-26 18:00 AES_Encrypt.cpp
文件 14374 2007-11-21 23:02 AES_Decrypt.cpp
----------- --------- ---------- ----- ----
26731 2
评论
共有 条评论