/steganographer

LSB image steganography

Primary LanguagePython

steganographer


Python program used to hide data inside of images using LSB Steganography.

The image on the left is the original image and the one on the right has a secret message in it.

By using the LSB of each pixel in the image to store data the human eye cannot detect any image abnormalities.

usage

steg.py

Usage: 
  encode <image> <message>
  decode <image>