An example of steganography implemented with Python2. Inspired by this video. Steganography is about hiding information in plain sight.
Usage: python write.py your_input_image.PPM 'your secret message'
Usage: python read.py your_output_image.PPM
python write.py tree.PPM 'Hello, World!'
python read.py sten_output.PPM