Skip to content

steghelp/steg-help

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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!

About

This repo hosts the files for steganography tool - Steghelp

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages