Hide files in a JPEG IMAGE
This way, you can hide files in a jpg, you can send this to anyone and they just have to rename the file extension to .zip or .rar.
You MUST HAVE a .zip or .rar compressor TO DO IT.
Detailed Steps:
1. Save the picture of your choice to your desktop.
2. Make a new .rar folder on your desktop.
3. Add the files you want to hide into the .zip or .rar
4. Open Command Prompt.
5. In Command Prompt, type cd “desktop” with the quotation marks and press enter.
(CD is a command for Create or Change Directory. See DOS COMMANDS LIST)
6. Now type copy /b picturename.jpg + foldername.rar outputfilename.jpg
( If you use .zip then: copy /b picturename.jpg + foldername.zip outputfilename.jpg)
7. Now you will find the output .jpg in the Desktop.
(Do not close Command Prompt)
8. Double click it to open the picture.
9. When you want to view the hidden files
Type: ren outputfilename.jpg outputfilename.rar or zip
