Metadata-Version: 2.0
Name: steganographer
Version: 2.0.0
Summary: Hides a message or file inside an image.
Home-page: https://github.com/MotaDan/steganographerPY
Author: Daniel Mota
Author-email: AndroidKing+steganographer@gmail.com
License: MIT
Download-URL: https://github.com/MotaDan/steganographerPY/releases
Keywords: steganography hidden watermark
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Environment :: Console
Classifier: Environment :: Win32 (MS Windows)
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Other/Nonlisted Topic
Classifier: Topic :: Utilities
Requires-Dist: Pillow
Provides-Extra: dev
Requires-Dist: pip-tools; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: coverage; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: coveralls; extra == 'test'
Requires-Dist: hypothesis; extra == 'test'
Requires-Dist: pytest-xdist; extra == 'test'

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


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


