Metadata-Version: 2.0
Name: steganographer
Version: 1.1.1
Summary: Hides a message 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
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: 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: 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 inside an image. 


Description
===========

Given an image and a message steganographer will hide the message in the bits of the image. Currently only works for pngs.


