Skip to content

kadealicious/aes-encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AES-128 Encryption

Summary

This is a C++ implementation of the AES-128 encryption/decryption algorithms, minus the column mixing step. Using the command line interface, the user can choose to encrypt or decrypt any file; the output data is shown in the terminal as well as being written to a .txt file.

How to Run

Using your compiler of choice, compile main.cpp and aes.cpp together. Example:
g++ main.cpp aes.cpp -o aes.exe

All that's left to do is create a file for encryption/decryption and run the output executable named "aes.exe"!

Disclaimer

We take no responsibility for any problems that arise from your use of the contents of this repo; do not reuse any code found here in production code.

About

AES-128 encryption implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages