Skip to content

AES algorithm to encrypt and decrypt a password for a Teasure Hunt activity in the CESINF VIII

License

Notifications You must be signed in to change notification settings

gianluisdiana/RijndaelAlgorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rijndael Algorithm

AES algorithm implementation using C++ (coded for the Computer Science Students Congress VIII).

How to use

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.

References

About

AES algorithm to encrypt and decrypt a password for a Teasure Hunt activity in the CESINF VIII

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published