Skip to content

adibarburo/AES-Encryption

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AES-Encryption

The program is written in C++ and assumed that C++11 support is not available.

The program contains four (4) files:

  • AES.h
  • AES.cpp
  • Support.h
  • Support.cpp

AES.cpp contains the main part of the program (including the main function). The program assumes an input.txt and a key.txt file are available.

To compile and run the program type:

g++ -o encrypt AES.cpp
./encrypt

The file output.txt contains the result.

About

C++ application for AES encryption

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%