How to Hide Files Inside JPEG/GIF/PNG Images


  • Create a folder on your hard drive, i.e. C:\Test and put in all of the files that you want to hide into that folder. Also, place the image that you will be using to hide the files in.
إنشاء مجلد على القرص الثابت، أي  C:\Test ووضع كافة الملفات التي تريد إخفاء في هذا المجلد. أيضا، ضع الصورة التي سوف تستخدم لإخفاء الملفات فيه.
hide file in jpg

  • Now select all of the files that you want to hide, right-click on them, and choose the option to add them to acompressed ZIP or RAR file. Only select the files you want to hide, not the picture. Name it whatever you want, i,e. “Hidden.rar”.
الآن تحديد كافة الملفات التي تريد إخفاء، انقر بزر الماوس الأيمن عليها، واختيار الخيار لإضافتها إلى ملف ZIP أو RAR acompressed. فقط تحديد الملفات التي تريد إخفاء، وليس الصورة. تسميته ما تريد، "Hidden.rar".
add to archive

  • Now you should have a folder that looks something like this with files, a JPG image, and a compressed archive:

hidden rar

  • Now here’s the fun part! Click on Start, and then click on Run. Type in “CMD” without the quotes and pressEnter. You should now see the command prompt window open. Type in “CD \” to get to the root directory. Then type CD and the directory name that you created, i.e. “CD Test“.

cd test

  • Now type in the following line: “copy /b DSC06578.JPG + Hidden.rar DSC06578.jpg” and pressEnter. Do not use the quotes. You should get a response like below:
الآن اكتب في السطر التالي
copy /b DSC06578.JPG + Hidden.rar DSC06578.jpg
hide files in jpg