Skip to content

f8le/StegoHide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

StegoHide

This Python script enables you to hide data within an image using the least significant bit (LSB) steganography technique. It offers functions to conceal data within an image and to extract hidden data from an image.

Features

  • Hide Data: Conceal various types of data (text, files, etc.) within an image.
  • Extract Data: Retrieve hidden data from an image.
  • Steganography with Colorama: Add visual flair to the script using Colorama to enhance user experience.

Usage

  1. Clone the repository or download the StegoHide.py script.
  2. Install the required libraries using pip install -r requirements.txt.
  3. Run the script and follow the prompts to hide data within an image or extract hidden data from an image.

Dependencies

  • Pillow: Python Imaging Library for image processing tasks.
  • Colorama: Python library for adding color to text in the terminal.

Example

# Hide data within an image
python StegoHide.py

# Extract hidden data from an image
python StegoHide.py

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.
License

This project is licensed under the MIT License - see the LICENSE file for details.

This README.md provides an overview of the script, its features, usage instructions, dependencies, example usage, contribution guidelines, and licensing information. Feel free to customize it further to suit your needs!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages