.. image:: https://travis-ci.org/MotaDan/steganographerPY.svg?branch=master :target: https://travis-ci.org/MotaDan/steganographerPY .. image:: https://coveralls.io/repos/github/MotaDan/steganographerPY/badge.svg?branch=master :target: https://coveralls.io/github/MotaDan/steganographerPY?branch=master .. image:: https://landscape.io/github/MotaDan/steganographerPY/master/landscape.svg?style=flat :target: https://landscape.io/github/MotaDan/steganographerPY/master :alt: Code Health .. image:: https://readthedocs.org/projects/steganographer/badge/?version=latest :target: http://steganographer.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status
Hide messages and files inside an image.
https://pypi.python.org/pypi/steganographer
Given an image and a message or a file, steganographer will hide the message or file in the bits of the image. Works best when PNGs are passed in. Will convert JPGs to PNGs because of compression. Only tested with png and jpg.
Compatiable with python 3 and up.
pip install steganographer
Hide a message in an image.
Reveal a hidden message.
Hide a file in an image.
Reveal a file in an image.
After cloning have pip-tools installed and run this command to get the correct requirements.
Adding project site