Sunday, 13 April 2014

// // Leave a Comment

HOW TO HIDE DATA IN AN IMAGE



Steps :-1)     Create a new folder in C drive e.g. c:\secretfile2)     Move all the files you want to hide into this folder.3)     Compress all the files to .rar e.g. secretfile.rarNote: This .rar file should be in the same directory e.g. c:\secretfile4)     Select the JPEG file you want to use to hide the content (e.g. image.jpg). Put this image file in the same folder i.e. c:\secretfile5)     Now, open command prompt (Go to run and type 'cmd'). Make your working directory c:\secrefile. (When you open Cmd you will get something like C:\documents and settings\username (something like that)... Type cd\ and press enter so that you'll be in the root directory i.e. C:. Now in front of c:\ type cd secretfile and press enter)6)     Now type without quote: "COPY /b image.jpg + secretfile.rar resultimage.jpg" - Now, image.jpg is the picture you're using to hide the files, secretfile.rar is the file to be hidden, and resultimage.jpg is the file that contains both (in other words resultimage.jpg is the final result containing the hidden files.).7)     After you have done this, you will see a file resultimage.jpg in c:\secretfile. Open it and it will show only the picture while the files are hidden.

0 comments: