SkillAgentSearch skills...

AES

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

Install / Use

/learn @zhouyangchao/AES
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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'.

View on GitHub
GitHub Stars39
CategoryDevelopment
Updated7mo ago
Forks25

Languages

C

Security Score

82/100

Audited on Sep 1, 2025

No findings