Skip to content

This program allows for hiding text messages within image files. It makes use of the least significant bit technique to embed the message within the pixel data, thus keeping the message concealed within the image.

License

Notifications You must be signed in to change notification settings

rektile/Steganography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steganography

This is a simple tool that allows users to hide a text message within an image file.
The program uses the least significant bit technique to embed the message within the pixel data of the image.

Installation

Clone the repository

git clone https://github.com/rektile/Simple-Image-Classifier.git

Go into the folder

cd ./Steganography

Install python requirements

pip install -r requirements.txt

Usage

Encoding example

python Steganography.py -e -i image1.jpg -o image2.png -s "My secret message"

Note: Output needs to be PNG format

Decoding example

python Steganography.py -d -i image1.png

Note: Input needs to be PNG format

About

This program allows for hiding text messages within image files. It makes use of the least significant bit technique to embed the message within the pixel data, thus keeping the message concealed within the image.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages