- Author: Gian Luis Bolivar Diana
- Email: [email protected]
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 setupThis 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.