Skip to content
/ AES-2 Public
forked from zhouyangchao/AES

AES algorithm library implementation in C with 128bit/192bit/256bit

License

Notifications You must be signed in to change notification settings

d-rhasta/AES-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AES

An AES library with 128bit/192bit/256bit

http://blog.csdn.net/zycamym/article/details/45774767

the main files are aes.h aes.c conf.c, test_case.c is a test with CUnit.

So far, it supports 128bit, 192bit or 256bit encryption and decryption.

The simplest way to compile this package is:

  1. `cd' to the directory containing the package's source code and type

  2. Type `make' to compile the package, test and sample.

  3. Type `make install' to install the library.

  4. Type `make uninstall' to uninstall the library.

  5. You can remove the program binaries and object files from the source code directory by typing `make clean'.

About

AES algorithm library implementation in C with 128bit/192bit/256bit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 95.4%
  • Makefile 4.6%