Skip to content

Encryption/Decryption of Local Files Employing AES-256 Algorithm

License

Notifications You must be signed in to change notification settings

Ata-Shaker/AES-256

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages