MotaDan / steganographerPY

Hides files and messages in an image file.
https://www.youtube.com/watch?v=TWEXCYQKyDc
MIT License
1 stars 0 forks source link
hidden-message image-processing pil pillow security steganography

============== steganographer

.. 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

Description

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.

Install:

pip install steganographer

Usage:

Hide a message in an image.

Reveal a hidden message.

Hide a file in an image.

Reveal a file in an image.

Development Notes:

After cloning have pip-tools installed and run this command to get the correct requirements.

Adding project site