This repository is aimed as a demonstration of how to hide an image inside another using steganography. We show the influence of significant bits by changing their number.
-
Only one file : steganograformerge.py.
-
No OOP.
python3.8 -m pip install -r requirements.txt
python steganograformerge.py
The aim is to hide this image of a written text
into this picture
Increasing progressively the number of significant bits, we see the text and the white background appearing more and more.
matleg
This project is licensed under the MIT License - see the LICENSE file for details