I am trying to make a GUI Java Program, where a file will be hidden inside an image file.
So I have a rough idea which is as follows:
Encryption
- Read an image file and a file(say file-2)
- Modify the code of image file, we modify the LSB(Least Significant Bit)
- The LSB's are replace with the code of the file-2
- A new image file is created.
I want to first get the Encryption part clear.
So guys help me...