Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 623 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 623 Bytes

Image Steganography

Python script to conceal and extract an image within/from another image.

Usage

From the root dir and using the samples attached with the repo:

python main.py res/bigimage.jpg -ce res/smallimage_1.jpg

By using the flag -ce (conceal and extract) the script conceals smallimage_1.jpg into bigimage.jpg generating another image, then extract the concealed image from it.

Screen shots