/pySteganography

A python implementation of a simple steganography algorithm for encoding and embedding text data in an image.

Primary LanguagePython

pySteganography

A python implementation of a simple steganography algorithm for encoding embedding text data in an image.

Requires the following dependancies::

  • OpenCV for Python, for image processing.

  • numpy , the python library for numerical computations.

  • argparse , for parsing command line arguments.