wmstack / gci_steganography

Hiding text in images using steganography.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hiding text inside Images using steganography

Uses LSB steganography to hide text in images

Usage

git clone https://github.com/wmstack/gci_steganography
cd gci_steganography/

#get some images

#encrypt
python3 hide.py -e /path/to/image.png
Text to hide in image: This is a hidden message
Sucessfully hidden text in file!

#decrypt
python3 hide.py -d /path/to/image.png
The hidden text is : This is a hidden message

Demo

About

Hiding text in images using steganography.


Languages

Language:Python 100.0%