Skip to content

Encryption and decryption process of AES algorithm as described in the FIPS 197 document

Notifications You must be signed in to change notification settings

mementoMori-FCDK/AES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grygoriy Bezshaposhnikov 7824369 A3

To compile: javac AES.java
To run: java AES [plaintext].txt [key].txt

!!!
I have eddited the sbox and inverse_sbox files to make them easier to read from
PLEASE USE THE SBOXes PROVIDED WITH THE SUBMITION
Thank you)
!!!

I am not sure about the Java version, but it runs completely fine on aviary.

About

Encryption and decryption process of AES algorithm as described in the FIPS 197 document

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages