Skip to content

Python project to encrypt or decrypt file using AES. Project developed using pyAesCrypt and tkinter

Notifications You must be signed in to change notification settings

PostGrad/EncDecGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

EncDecGUI

Python project to encrypt or decrypt file using AES. Project developed using pyAesCrypt and tkinter

#Development environment Windows 10 Python 3.10.1

#pyAescrypt package for encryption pip install pyAesCrypt

#The Tkinter library is built-in with every Python installation. So no need to install it.

#To create stand alone executable, I have used pyinstaller. #Refence Link: https://stackoverflow.com/questions/5458048/how-can-i-make-a-python-script-standalone-executable-to-run-without-any-dependen

pip install pyinstaller pyinstaller -F [yourFile].py

About

Python project to encrypt or decrypt file using AES. Project developed using pyAesCrypt and tkinter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages