Friday, July 15, 2016

How to hide file inside image file in Windows?

Hello Friends….
Now a day security is big problem for us and we want secure our personal data…
Don’t worry, I have solution for that…
We can hide our personal files inside image called “Stenography”...
Follow below step to secure our data inside image file…

Requirements:

  • Image file
  • Personal files
  • Windows Operating System

Steps:

  1. Create compressed (Zip/Rar) file of our personal data
  2. Keep Image file and compressed file in same directory
  3. Open Command Prompt
  4. Locate our directory
  5. Type copy command to hide compress file inside image

Step:1 Create compressed (Zip/Rar) file of our personal data





Here we will compress our all personal files into one Zip/Rar file using compressed file tool. For compress, select all personal files and press mouse right click. Here we will get option for add to archive and then press ok.
Here we had created compress file of our personal files.

Step:2 Keep Image file and compressed file in same directory

Now we will put all required data inside one directory in specific location.
Suppose we will create directory on Desktop and put all data inside that directory.

Step:3 Open Command Promp

Next we will open Command prompt for run the command

Basically There are two way to open command prompt

Open Run using win key + r and then type cmd then  press Enter key


Open Start menu and Search cmd then  press Enter key


Step:4 Locate our directory

After opening Command Prompt we will locate our directory where we created.

Here we had created directory on desktop so
Type cd Desktop

Then cd Stenography


Step:5 Type copy command to hide compress file inside image

Now will apply copy command to hide our compress file

copy /b image_file  + compress_file

for our specified data..

copy /b image.jpg + personal.rar




Yeeaaahhhhhh… We had hide and secure our data….
Now we can use only image.jpg file which kept our personal data…

If we have to extract our data from image file than follow below step
  • Open image file using compress file tool

  • Extract data 


No comments:

Post a Comment