Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 929 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 929 Bytes

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