- Author: Gian Luis Bolivar Diana
- Email: gianluisbolivar1@gmail.com
AES algorithm implementation using C++ (coded for the Computer Science Students Congress VIII).
First, clone the repository and execute the following command to create the necesary directories:
make setup
This program encrypt or decrypt a key using the Rijndael algorithm and a private key. Use --help
for an explanation on how to use the code:
./bin/exec.out [--hex] <--encrypt | --decrypt> <key>
│ │ └─> The key to encrypt / decrypt
│ └─> The mode selected
└─> If we want to display the hex code. Optional.