Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

AES-256

Encryption/Decryption of Local Files Employing AES-256 Algorithm
Written in C & Python (Python files haven't been added yet!)

How to use:

For C:

First, you need to compile the files. It should be noted that the header and main files must be in the same directory. Then, run the output file.
In Linux, you should first run:

gcc main.c

Then, run:

./a.out

For Python:

Files will be added soon!
In your terminal, CMD, or Powershell run:

python AES.py

About

Encryption/Decryption of Local Files Employing AES-256 Algorithm

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages