A simple and interactive Image Steganography Tool built with Python Tkinter.
It allows you to hide secret messages inside images securely using encryption and retrieve them with a password.
- 🔒 Password-based Encryption (using Fernet symmetric encryption)
- 🖼️ Encode Messages into PNG images
- 🔍 Decode Hidden Messages with correct password
- 🎨 Simple and user-friendly GUI built with Tkinter
- 📂 Save and load encoded images
git clone https://github.com/yourusername/steganography-gui-tool.git
cd steganography-gui-tool
pip install -r requirements.txtRun the tool with:
python steggui.py- Select an image (
.pngformat recommended) - Enter your secret message 📝
- Enter a password 🔑
- Save the new stego-image 🎉
- Select the stego-image 🖼️
- Enter the correct password 🔑
- View the hidden message 💬
- Python 3.8+
- Pillow
- Cryptography
Install dependencies:
pip install -r requirements.txtAdd a screenshot of your GUI app here for better presentation.
This project is licensed under the MIT License.