In my prior post I have given mentioned a method to hiding folders using recycle bin code but that would be help only on the own system, files can be reveal when they moves to other systems. So I thought to give you another method that would be very useful if you face the same fact of mine.
In this tutorial I assumed your image file name “TutoEX.jpg” and the RAR file name is “TutoEX.rar”
(File names can be any of you desire, you don’t need to rename your files to names I have mentioned above)
copy /b TutoEX.jpg + TutoEX.rar NEWTUTO.jpg
( switch “/b” indicates the copy function is binary)
“NEWTUTO.jpg” is the result of image with the embedded TutoEX.RAR (you can choose any name as you prefer for your New Secret JPG file)
Open RAR file embedded in JPG:
When ever you clicked on NEWTUTO.JPG you can only see the image of TutoEX.JPG. Now it is time for begin exploring of the content in embedded RAR.
The jpg can be replaced with a bmp,png,gif or swf formats and RAR archive can be replaced with zip,tar.gz,bz2 or 7z formats.
Samples Codes that can Use for Hiding:
copy /b TutoEX.bmp + TutoEX.zip NEWTUTO.jpg
copy /b TutoEX.gif + TutoEX.7z NEWTUTO.jpg
copy /b TutoEX.png + TutoEX.gz NEWTUTO.jpg
copy /b TutoEX.swf + TutoEX.rar NEWTUTO.jpg
