Menu

Tree [76d532] master /
 History

HTTPS access


File Date Author Commit
 maraithal 2015-01-27 Krishna Ram Prakash Krishna Ram Prakash [0edc1e] Refactored code for better readability
 tests 2015-01-22 Krishna Ram Prakash Krishna Ram Prakash [a4470b] Added nose tests
 .gitignore 2015-01-27 Krishna Ram Prakash Krishna Ram Prakash [0edc1e] Refactored code for better readability
 .travis.yml 2015-01-22 Krishna Ram Prakash Krishna Ram Prakash [a4470b] Added nose tests
 LICENSE 2014-04-07 Krishna Ram Prakash R Krishna Ram Prakash R [cecb54] Initial commit
 README.md 2015-01-29 Krishna Ram Prakash Krishna Ram Prakash [76d532] Updated README.md
 setup.cfg 2015-01-27 Krishna Ram Prakash Krishna Ram Prakash [0edc1e] Refactored code for better readability
 setup.py 2015-01-22 Krishna Ram Prakash Krishna Ram Prakash [a4470b] Added nose tests

Read Me

Maraithal

Build Status
License
Downloads

Implementation of basic LSB steganography on PNG images

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