Skip to content

mwa28/Advanced-Encryption-Standard

Repository files navigation

Advanced Encryption Standard

Implementation of AES-128, AES-192, and AES-256.

The software shows the results for each round separately and the key expansion for each round separately. The software take inputs of the Message in ACII and Key in Hexadecimal and it displays the results in Hexadecimal as a State of (4 by 4) byte Matrix.

To run the code, you can simply run the jar file. It requests an output folder to show the results of each round on a text file.

About

Implementation of AES

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages