Question: Write and implement the program ( s ) that copy a text file using least significant bits to hide the user data into a BMP
Write and implement the programs that copy a text file using least significant bits to hide the user data into a BMP image.
copy whatever BMP image is passed and make a new one by copying and writing first bits of the passed image to the created one
Read bytes as a set Red Green, Blue
Example implementation:
Least significant bits to hide user data into BMP image:
red green blue
Insert C using the RGBs bits
red green blue
I need one program to hide a txt file into a created bmp file named whatever and another program that reads in the created BMP file and extracts the text data and saves it to a created text file
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
