Translate

Saturday, 15 June 2013

Hide Data's in Text File

1) Open your command prompt

2) Move to any destination for example let us assume D:\> drive

3) Type the below code in your command prompt
   D:\>notepad abcd.txt:hidden (instead of "abcd", u can give ur own name)

4) Write some data and save the file.
5) Goto "D" drive and open abcd.txt you cannot see any data in the file abcd.txt
6) To retrieve the hidden data open command prompt and type the same command
    D:\>notepad abcd.txt:hidden

7) Notepad will open abcd.txt file with hidden data

No comments:

Post a Comment