mathieu-bour / 2a-aes-128

C basic implementation of the AES128.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AES128

Small project which implements the AES128.

Usage

./AES128 {text} {key}

Where text and key is a 32-char string composed of hexadecimal symbols.

Build from sources

To build the AES, run

make AES128

The compiled output will be placed in the folder build/AES128

Clean

To clean the workspace, run

make clean

About

C basic implementation of the AES128.


Languages

Language:C 88.8%Language:Makefile 7.5%Language:CMake 3.8%