Steganography.

Steganography is the process of hiding information within some sort of media such as audio or video. This project uses python to hide information inside of pictures.

Within each pixel of an RGB image there is a 3-length tuple containing values from 0-255 which can be represented as 8 bits. Changing values by one bit images will be indistinguishable as most monitors or screens would not have the contrast required to show that small of a change in a color correction. By flipping the bits infomation can be hidden in the least significant bit of easy color allowing for the storage of information inside of pictures. THe source code for the project can be found here