Skip to main content

Hide files under/behind an Image using CMD.

In my previous articles i have shown you some ways or tricks to protect your personal data by locking a folder without any software,Making invincible folder,How to make password protected folders and more.So in this article and i am gonna show you how to protect your confidential data by hiding them under images.So let's see how to do it.
Hide files under/behind an Image using CMD.

Steps:

1.Select an image and a File to hide it under the image.
2.Now convert the files in to .RAR format using winrar or any other applications.
3.Create a new folder and move the image file and the .RAR file in to it as shown below.
Create a New folder and move the files into it
4.Open CMD with Administrator rights(Windows+R) as shown.
Open cmd with Administrative rights
5.By default the path of CMD will be c:/windows/system32.Change the path  to C: by typing cd c:/.
6.Browse to the folder in which you have moved the files by typing cd c:/FOLDERNAME.
7.Type the below command in it 
copy /b NAME OF THE IMAGE.FORMAT + FILE NAME.rar  NAME OF THE NEW IMAGE.FORMAT
  • /b-Indicates a binary file
Enter the command to hide the files under an image
8.Now you will see a image in your folder.
Created a new image in which the file is hidding

Viewing the Hidden files:

In order to see the hidden files,right click on the new image and open it with winrar and you are gonna see the files which you have hidden under it.

Video Tutorial:


That's it friends i hope you enjoyed the article,if you have any queries regarding any topic feel free to ask us through comments.

Comments

Popular posts from this blog

How to make an Installation file(setup file) using Iexpress.

Hi guys welcome to worldtech360. In this tutorial or article I  am going to show you how to create an installation file(setup file) for the .EXE file which you have created using an inbuilt option in windows 7 named ‘ iexpress ’. So let’s see how to do this. Note: You can also create an installation file for .bat file files or .VBS files or any other files which are executable. Steps: 1. Choose an .EXE file or any other file for which you want to create a setup file or installation file. In this I am going to use .VBS file 2. Open Run and type “ iexpress ” or “ iexpress.exe ” and hit enter. 3. After hitting enter, iexpress wizard window will popup. On the screen you will see two options i.e. “ create new self-extracting directive file ” and the other is “ open existing self-extracting directive file ”. I recommend you to choose the first option as you are going to create a self-extracting file and click next. 4. In the next window select “ Extract files on...

How to install Backtrack 5 R3 on Oracle VM virtual box

Hi guys in this tutorial i am gonna show you how to install Backtrack 5r3 using virtual box.This tutorial is only for Educational purpose,Don't try to use it in a wrong way.Before going into the discussion let see what exactly backtrack means?Backtrack is an operating system which is developed especially for hackers and other security professionals.Mostly if we want to hack a wifi password i.e WEP or WPA or if we want to do phishing we need certain tools to do it.But Backtrack reduces this burden as it contains a bag full of hacking software's like gerex,Social engineering tools and many more.So lets install backtrack 5 r3 using virtual box. Steps:  Requirements: Backtrack( CLICK HERE ). Virtualbox( CLICK HERE ). 1.Install the Virtual box and open it. 2.Now we see a screen like below. 3.Click on New button and a window will up asking to type the name,Type and version.Select the type as 'linux' and version as 'oracle' as shown below and hit next...

How to Make Invincible folders using Charmap.

Every one of us have our confidential data residing on our desk and we try to be protect it by using various Folder locks (Paid and free version).But have you ever tried to protect it without using any software’s, if not in this tutorial i am gonna show you how to make a folder invincible and it works perfectly. This post will be useful for those who are not in a stage to buy the folder lock software’s. So let’s see how to do this. You can also check : How to lock a folder using notepad   Video Tutorial: Steps: 1. Open Run and type " charmap "(Run with Administrator rights). 2. Browse to the blank character in it as shown below and click on select and Copy the selected character. 3. Now select the folder which you want to make invincible and click F2 to rename it. Now paste the character which you have selected in the CHARMAP and press enter. Now you will see a folder without a name. 4. Right click on the nameless folder and click on properties and br...