matleg / steganografor

Hide one picture inside another and play with number of significant bits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steganografor

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.

Project setup

  • Only one file : steganograformerge.py.

  • No OOP.

Prerequisites

python3.8 -m pip install -r requirements.txt

Use

python steganograformerge.py

Description

The aim is to hide this image of a written text
this text
into this picture this image

Increasing progressively the number of significant bits, we see the text and the white background appearing more and more.

GIF

Author

matleg

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Hide one picture inside another and play with number of significant bits

License:GNU General Public License v3.0


Languages

Language:Python 100.0%