A simple desktop application built with Python and Tkinter that allows users to encrypt and decrypt strings using base64 encoding.
- Encrypt plain text with a single click
- Decrypt encoded strings instantly
- Clean and user-friendly GUI
- 100% offline functionality
- Built entirely with Python’s standard libraries
- Python 3.x
- No external dependencies (uses
tkinter
andbase64
)
-
Clone this repository:
git clone https://github.com/yourusername/python-string-encryption-app.git cd python-string-encryption-app
-
Run the application:
python main.py
For a complete tutorial on how this app was built, visit:
👉 https://appscweb.com/python-string-encryption-and-decryption/
This project is licensed under the MIT License.