Wednesday 15 June 2011

how to hide files..:)

1. Gather the file you wish to hide and the image file. Place them in a same folder.

2. Add the file/files to a archive[.zip or .rar] by WinRar

3. Open command prompt by going to Start > Run > cmd

4. In Command Prompt, navigate to the folder where your two files are located (i.e. the image and .rar file). You can do this by typing "cd location" (eg: cd C:\New Folder)

5. Type: "copy /b [old image] + [file] [new image]"

Congratulations! As far as anyone viewing is concerned this file looks like a JPEG, acts like a JPEG, and is a JPEG, yet it now contains your file.

In order to view/extract your file, there are two options that you can take:

a) Change the file extension from fluffy.jpg to fluffy.rar. Then open it. Your file is there.
b) Leave the file extension as is. Right click. Open it with WinRar.


Here is an example:

let files to be hide are
1. abc.flv
2. xyz.txt
3. blah.blah
......

Add these files to an archive, let's say, secret.rar and the image file named, let's say, image.jpg.

These files are now in C:\New folder

Go to "C:\new folder"
Type "Copy /b image.jpg+secret.rar new.jpg"

Now, we got a new jpg file named as new.jpg which will totally act like a jpg file.

Extracting your files:
a) Rename new.jpg to new.rar and extract it.
b) Right click on new.jpg. Open with winRAR

1 comment: