This is a simple text encryption and decryption tool developed using Python and tkinter GUI framework. It allows users to encrypt and decrypt text messages using a password-based encryption scheme.
- Encryption: Encrypts text using base64 encoding.
- Decryption: Decrypts previously encrypted text.
- Password Protection: Requires a password (currently set as "1234") for both encryption and decryption operations.
- Reset Functionality: Clears input fields for re-entry.
-
Clone the repository.
-
Ensure you have Python installed. This tool requires Python 3.x and the following dependencies:
-
tkinter: Python's standard GUI (included with most Python installations).
-
Run the application:
-
bash python main.py.
- Enter the text you want to encrypt into the text box.
- Enter the password (currently set as "1234").
- Click ENCRYPT to encrypt the text.
- Click DECRYPT to decrypt the encrypted text (ensure the encrypted text is in the text box).
- Click RESET to clear the text box and password field.
- Python Programming Language.
- Developed by @thepasswordspoiler.