Skip to content

Py Image Steganography implementation :> imgData Embedding & Extraction

License

Notifications You must be signed in to change notification settings

Sid-047/SteganoGraphy-Py

Repository files navigation

SteganoGraphy-Py

Here's Steganography Implementation via Python

CoreStuff

License GitHub Stars GitHub Issues GitHub Forks

Table of Contents

Installation

  1. Clone the Repository:
    git clone https://github.com/Sid-047/SteganoGraphy-Py.git

Usage

  1. Navigate to the Project Directory:

    cd SteganoGraphy-Py
  2. Install Dependencies:

    pip install -r requirements.txt
  3. Let's Embed Data into an Image

    python imgGeneration.py <img byteDepth> <inputImg Path> <inFile Path> <outImg Final Path>

    So, this is how it Looks like

     python imgGeneration.py 2 "Workin'Objects\workin'Img.png" "Workin'Objects\embedStuff\inAud.mp3" outImg.tiff

    Here it Comes!

  4. Let's Extract the Embedded Data OUT

    python imgExtraction.py <embedImg File>

    Once again, Here's an Example

     python imgExtraction.py outImg.tiff

    Alter the line of Code or Paste the queryList from the Previous Stage

  5. Yep! That is it.

License

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

About

Py Image Steganography implementation :> imgData Embedding & Extraction

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages