steganographer

Hides a message or file inside an image.


Keywords
steganography, hidden, watermark, hidden-message, image-processing, pil, pillow, security
License
MIT
Install
pip install steganographer==1.0.4

Documentation

steganographer

https://travis-ci.org/MotaDan/steganographerPY.svg?branch=master https://coveralls.io/repos/github/MotaDan/steganographerPY/badge.svg?branch=master Code Health

Hide messages and files inside an image.

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.

Compatiable with python 3 and up.

To install: pip install steganographer

For development: After cloning run pip-sync dev-requirements.txt requirements.txt test-requirements.txt

https://pypi.python.org/pypi/steganographer