Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 986 Bytes

File metadata and controls

34 lines (18 loc) · 986 Bytes

Steghelp

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.

Requirements

Python 3.6 or higher Pillow 8.0.0 or higher NumPy 1.19.0 or higher

Installation

Clone the repository:

git clone https://github.com/your_username/steghelp.git

Install the required Python libraries:

pip3 install numpy customtkinter opencv-python Pillow

Usage

To use Steghelp, get in the repo directory and run the following command:

python source.py

In the GUI window that appears, you can:

  1. To encode: Enter your message on the textbox and click on "Encode" button. Upload your image and save the destination image.

  2. 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!