Hiding files with image file

Posted by Informan on October 10, 2011


Surely you've heard disguise techniques, well the concept that we will use his logic we will hide files in jpg format image files. we immediately see the tutorial:

1. Right-click the Start menu, select explore. on windows explorer, select Tools menu and click Folder Options


2. Select the view tab and uncheck the check option hide extensions for known files types and then click ok



3. Prepare images and files you want to be hidden in a same folder. Compressed files with IZArc, Winrar or any other program that can compress a way to right click on the file select add to filename.rar

4. Open your notepad and then fill in the following lines
     @echo off
     ren filename.rar filename.doc.zip
     copy /b imagename.jpg+filename.doc.zip outcome.jpg
     del filename.doc
     del imagename.jpg
     del filename.doc.zip
     del hide.bat
information:         = The file name that has been compressed
                       = The original file name to hide
                        =  Customize with exstensi with the file to be hidden
                          = name of picture




5. Give the name hide.bat on a notepad file. Click on the file, the Save As field enter the file name in the file name and

     change the Save As type to All files, then click save





6.Double-click on the file and look hide.bat hasil.jpg file. when the image is clicked, the file opens as a picture



7. To open your confidential files, right click on the image hasil.jpg, select open with Archiever IZArc or Winrar, you can also directly extract here.

Impersonation Jutsu so it may be useful for you all .. :)

{ 2 comments... read them below or add one }

Anonymous said...

nice tutorial sob ...

Must Adjie Aja said...

Nais Inpoh

Post a Comment