This project is for practicing python and security. So don't try to use it to fulfill any of your bad intentions.
- This is just a basic text encryption app for beginners. This app consists of some interfaces that is created using python tkinter. To create this app, you must have better understanding on python tkinter.
- Since it's a basic app, most of it's source code is about user interface. For understanding base64 encryption and decryption you can check the functions "encryptText" and "decryptText".