Steganography is a technique by which information is concealed in plain sight. There are many ways to conceal information. One of the most common techniques is to embed information (text, images, sound) in images. A commonly used method for image steganography the least significant bit (LSB) method. One of the key advantages of encoding information in the least significant bit is that the human eye cannot distinguish between the original image and the image with secret information embedded in it.
In this assignment, you will develop a steganography algorithm which can conceal secret information in an image of your choice.
The Jupyter notebooks are to be uploaded to Github no later than 5pm on last data lab day. Confer with a lecturer beforehand if you're handing in something other than Jupyter notebook.