Steghelp is a GUI tool that allows you to hide a secret message within an image file using steganography. The tool provides two main functionalities: encoding a message into an image and decoding a message from an encoded image.
Python 3.6 or higher Pillow 8.0.0 or higher NumPy 1.19.0 or higher
git clone https://github.com/your_username/steghelp.git
pip3 install numpy customtkinter opencv-python Pillow
To use Steghelp, get in the repo directory and run the following command:
python source.py
In the GUI window that appears, you can:
-
To encode: Enter your message on the textbox and click on "Encode" button. Upload your image and save the destination image.
-
To decode: Click on "Click on Decode" button and select the image. The decoded text will appear in the text field.
We hope you have fun exploring steghelp!