Search This Blog

Tuesday, July 28, 2009

Hide your files in a JPEG file

For this, you will only need to download WinRAR. You just need to have a little knowledge about Command Prompt and have WinRAR installed.

(1). Create a folder in C drive and name it hidden. Collect all the files that you want to hide in this folder (C:\hidden\your files).

(2). Now, add those files in a RAR archive (e.g. hidden.rar). This rar file should also be in the same directory (C:\hidden\hidden.rar).

(3). Now, search a simple JPEG picture file (e.g. logo.jpg), Copy and Paste that file also in the same directory (C:\hidden\logo.jpg).

(4). Now, open Command Prompt and go in directory C:\hidden.

(5). Now type “COPY /b logo.jpg + secret.rar output.jpg”.

Now, logo.jpg is the picture you want to show, hidden.rar is the file to be hidden, and output.jpg is the file which contains both.

(6). Now, after you have done this, you will see a file output.jpg in C:\hidden. Open it and it will show the picture, you wanted to show. Now open the same file with WinRAR, it will show the hidden archive.

You can change Drive, Directory, jpeg file name, rar file name according to you but you must use these names in command prompt.

No comments:

Post a Comment