/python-steganography-example

Some code that lets you write hidden information into files (made for image files) and lets you read said secret information

Primary LanguagePython

Python Steganography Example

An example of steganography implemented with Python2. Inspired by this video. Steganography is about hiding information in plain sight.

Usage

Usage: python write.py your_input_image.PPM 'your secret message'

Usage: python read.py your_output_image.PPM

Example

Example

python write.py tree.PPM 'Hello, World!'

python read.py sten_output.PPM