How to hide files inside image
This is a hack trick in which you can learn how to hide files inside an image. Just follow these simple steps and you will learn it very easily.
1) Firstly, Archive everything you want to hide(i.e.., make a .rar or .zip file of what ever you want to hide)
2) Find an image behind which you want to hide your files.
3) Copy both the files into D drive( it can also be your wish but, windows7 security issues does matter. So, we consider D drive)
4) Now open Command Prompt and type the following. Consider our files as 1.png and 2.rar
Start > Run > cmd.
(Note:: Image and rar file must be in same directory)
Type as follows
- D: and enter..
- Type this
copy /b 1.png + 2.rar
and press enter
Now its copied.
Also see:: How to extract files from image
Feel free to comment and Share
3 comments:
nice but how to separate file from that image after copying
and where we get the copied file in system
Visit...http://hackedeverthing.blogspot.com/2011/12/how-to-extract-files-from-image.html
Post a Comment