Skip to main content

Posts

Showing posts with the label CMD

How to send secret messages within an image.

Are you searching for online or offline tools to send secret message to your friends or your beloved one's?If so in this post i am gonna show you how to hide a message or text under an image in two ways.This method of sending a hidden text under an image or by other means is called "Steganography".In this,the sender and recipient will only know about the existence of the text in an image.So let's see how to do this. Steps: Method-1: 1.Choose an image under which you want to hide the text. 2.Now move the image to the Local Disk C(i.e secured hard disk on your computer). 3.Open CMD (Run it with Administrator rights). 4.Type " cd\ or cd c:\ "(without quotes). 5.Type " echo YOUR MESSAGE>> IMAGE.FORMAT ". 6.Now the message as been encrypted into the image.In order to decrypt Right click on the image which you have used and open it with notepad or word pad or any other text viewing applications. 7.Now browse to end of the cod...

Two ways to Hide your drive or partition on your computer.

Day by day hackers are creating new ways to steal the confidential data that are residing on your hard disks by compromising your computer.In order to avoid this type of issue,in this tutorial i am gonna show you how to hide your hard disks using cmd and local group policy editors.so let's see how to hide them. You can also check : How to hide files under an image . Steps: Method 1: Using CMD: 1.Run CMD using Administrator rights(Recommended). 2.Now enter " DISKPART " command in it. 3. Optional :In order to see the the entire hard disk enter " list disk ". 4.If you want to see the list of drives that are residing on your computer Enter " List volume ". 5.Now select the volume which you want to hide.In order to select a volume or drive Enter " select volume " number if the volume " " 6.Now in order to hide the disk,enter " remove letter C or D or E ".After entering the command the specified drive ...

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. 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. 4.Open CMD with Administrator rights(Windows+R) as shown. 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...