Hide File behind an Image without software
To hide a file behind an image file which means that if any one opens that image he will see the image only but if you open in a special way then you can open the hidden file behind the image.
With this technique of hiding files in a jpg you can send this to anyone and they just have to rename the file extension to .zip or .rar.
needed:
1. Must have a .zip or .rar compressor.
2. CMD.exe
3. Any Picture in your desktop
Steps:
1. Save the picture of choice to your desktop.
2. Make a new .rar or .zip folder on your desktop.
3. Add the files you want to hide into the .zip or .rar
4. Click start menu, run, cmd.
5. In Command Prompt type cd "desktop" without the quotation marks.
6. Now type in copy /b picturename.jpg + foldername.rar outputfilename.jpg ( If you use .zip then: copy /b picturename.jpg + foldername.zip outputfilename.jpg)
7. Now there should be the outputed file name with a .jpg extension on the desktop. ( Do not close Command Prompt just yet )
8. Double click it to open the picture and check it out.
9. When your done looking, and want to view the hidden files Type: ren outputfilename.jpg outputfilename.rar or zip
Now you're done!
Comments
Post a Comment