Skip to content

To Encrypt / Decrypt any file using AES 256 encryption

License

Notifications You must be signed in to change notification settings

HackerMood/AES-Encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AES-Encryption

To Encrypt / Decrypt any file using AES 256 encryption

This project contains two main files, one of which is the encryptor and the other the decryptor, it uses an encryption algorithm (AES 256)

------------------- Encrypt ------------------
File --> MoodEcrypt.py
[
you need to modify the value of the password
which will be a string of your choice (encryption key)

--> Line 32
]

[
And the encryption directory in which the images
to be encrypted are stored

--> Line 73
]

------------------- Decrypt -------------------
File --> MoodDecrypt.py
[
you need to modify the value of the password
which will be a string of your choice (decryption key)

--> Line 22
]

[
And the decryption directory in which the images
to be decrypted are stored

--> Line 70
]

About

To Encrypt / Decrypt any file using AES 256 encryption

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages