Thursday, June 18, 2009

A small trick to hide text inside your text file using command prompt

Steps to hide text in a Notepad

* Open your command prompt Start–>Run type cmd
* Move to any destination for example let us assume D:\> drive
* Type the below code in your command prompt
* D:\>notepad syshacks.txt:hidden
* syshacks notepad save

* syshacks notepad hidden
* Write some data and save the file.
* Move to D:\> and open syshacks.txt you cannot see no data in the file syshacks.txt.
* To retrieve the hidden data open command prompt and type the same command.
* D:\>notepad syshacks.txt:hidden
* Notepad will open syshacks.txt file with hidden data

ps:but this trick works only on NTFS file system.

No comments:

Post a Comment

 
$('p').highlight('stockholm');