Python Question

Develop a Python Script that performs LSB data hiding using the True Color Image Provided. Create simple covert communication capability within the true color image provided.

You will be using the Python Image Library (PIL), the true color bmp file provided and the simple code book provided here.

Submit:

1) Your Python Script; .py file

2) Your image embedded with the hidden content.

(note your submitted image must be of the same type and size as the original image)

link to files: https://we.tl/t-bNdOIy2DLc

  • *CodeBook.txt
  • *monalisa.bmp
  • *TrueColor.py (starter code; might help)