Monday, December 12, 2011

Hide files into an Image

you can hide files into a image using the command prompt.
create a folder and copy all files into that folder.
convert into rar format.
now copy the jpeg file(in which you want to hide the files)
and files in rar format in a folder. move the folder c drive

open command prompt.



it will show like this

c:\Documents and settings\username >

type "cd.." (without quotes)
it will move one directory ahead in that path

c:\Douments and settings\username > cd..

now it'll become

c:\Douments and Settings >

again type "cd.."

c:\Doumenst and setting > cd..

now i'll become

c:\

now only we're gonna hide the file into jpeg using commands
type the following commands cmd.

copy /b file.rar + image_name.jpg output.jpg


change filer.rar with ur rar file name with extension .rar
change image_name.jpg with your image name with extension .jpg
give any image name extension with .jpg

No comments:

Post a Comment