maraithal

Implementation of LSB Steganography to hide texts in images


License
GPL-3.0
Install
pip install maraithal==0.5

Documentation

Maraithal

Build Status License Downloads

Implementation of basic LSB steganography on PNG images. Runs on both Python 2 and Python 3.

Stable.

##Installation It can be installed easily using pip or easy_install.

sudo pip install maraithal

##To Do:

  • Python 3 Support
  • Pseudo random LSB mod pattern, instead of single pattern.
  • Clean up main()
  • Message decoding from key
  • Use argparse in main()
  • Binary input support
  • Support for encrypting and hiding the cipher in the image
  • Add support for non-PNG images
  • Package structure reorganization.
  • Submit package to pypi