Hiding files inside a JPEG Image
Using a simple trick in Windows, you can actually hide a file inside of the JPEG picture file. To achieve this you will need to have either WinZip or WinRAR installed on your computer. Steps: 1. Select all the files that you want to hide and save it in a folder say C:\hide 2. Create a RAR or ZIP archive to the above files. 3. Select a JPEG image and save it to same folder (C:\hide). 4. Open Command prompt (Windows+R--->Type CMD ---> ENTER) 5. Navigate to the folder where files are stored (Use "cd" command to change the directory) 6. Type command “COPY /b image.jpg + hide.rar output.jpg” (without quotes) -image.jpg is the JPEG image -Output.jpg is the output image with hidden files 7. Visit the directory, there you will see output.jpg -Double click on it ,Image will be opened -Open with WinRAR you'l find your hidden file. Done!