1. Gather the file you wish to bind, and the image file, and place them in a same folder.
2. Add the file/files to a archive[.zip or .rar] by WinRar
3. Open command prompt by going to Start > Run > cmd
4. In Command Prompt, navigate to the folder where your two files are located[i.e. the image and .rar file]
you can do this by typing “cd location” [eg: cd C:\New Folder]
5. Type: “copy /b [old image] + [file] [new image]”
Congrats, as far as anyone viewing is concerned, this file looks like a JPEG, acts like a JPEG, and is a JPEG, yet it now contains your file.
In order to view/extract your file, there are two options that you can take
a) Change the file extension from fluffy.jpg to fluffy.rar, then open and your file is there
b) Leave the file extension as is, right click, open with WinRar and your file is there
Here is An Example:-
let files to be hide are
1. abc.flv
2. xyz.txt
……
Add these Files to a archive say secret.rar
And Image File be Image.jpg
And these files are in C:\New folder
now goto “C:\new folder”
and type
Copy /b Image.jpg+secret.rar new.jpg
now there will be a jpg file named as new.jpg which will totally act as JPG
to extract ur files
a) rename new.jpg to new.rar and extract
b) right click new.jpg n open with win RAR
Recent Comments