Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

stegano-python

Simple python program to hide an image inside another using LSB replacement

More info (french) : https://bastienfaure.fr/notes/steganographie-en-python-cacher-une-image-dans-une-autre

Usage

If your are using python3, first install dependencies :

sudo apt-get install libjpeg8-dev zlib1g-dev python3-pip  
sudo pip3 install Pillow  

Hide

Cover image :

cover

Secret image :

secret

./stegano.py path/to/cover.jpg path/to/secret.jpg

This will produce result.png :

result

Reveal

./stegano path/to/result.png

This will produce reveal.png :

reveal

About

Simple python program to hide an image inside another using LSB replacement

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages