A simple Python-based GUI application for hiding and extracting secret files within images using LSB (Least Significant Bit) steganography.
- ✅ Hide any file (PDF, TXT, DOCX, etc.) inside an image (PNG).
- ✅ Extract hidden files with automatic file format detection.
- ✅ User-friendly GUI using
Tkinter
. - ✅ Preserves file extensions, making extraction seamless.
Make sure you have Python 3.7+ installed, then install dependencies:
pip install pillow stepic
- Click "Browse" and select a cover image (PNG).
- Click "Browse" and select the secret file (PDF, TXT, etc.).
- Click "Embed Data", choose the output location, and save the modified image.
- Click "Browse" and select the image containing hidden data.
- Click "Extract Data", and choose where to save the recovered file.
- The original file will be restored with the correct extension.
Developed by www.coffeak.com ☕