This project "Secured Data Transmission Through Network" handles hiding a secret message with in an image in such a way that others cannot discern the presence or contents of the hidden message. A message might be hidden with in an image by changing Least Significant Bit to be the message bits. Then the image can be transmitted through Network.
LSB based Steganography is perhaps the most simple and straight forward approach. In this project we embed the message in to the least significant bit planes of the image. Since this w....