Tips of How to Hide Data in Notepad技巧如何隐藏在记事本中的数据
When you create a new file and type some data, one unnamed default stream is created to store all data written to the file.当您创建一个新文件,并输入一些数据,一个匿名的默认流创建存储的所有数据写入文件。 Since NTFS file system in Windows 2000 or above has supported Alternate Data Streams, so you are allowed to create additional streams for text file.由于NTFS文件系统在Windows 2000或以上的支持交替数据流,所以你可以创造更多的流文本文件。 All data stored in the addition streams will be hidden and none of us will be able to read the data when opening the file.所有数据都储存在另外流将隐藏和我们都将能够读取数据时,打开文件。 This may be useful when you would like to hide some sensitive info from being read by others when sharing the file to public.这可能是有用时,你想隐瞒一些敏感信息被阅读时,由他人分享档案给市民使用。
To create hidden data in the text file, follow below steps:要创建隐藏数据的文本文件,按照以下步骤:
1) Open command prompt, you may change to any directory as you like to create the text file. 1 )打开命令提示,你可以改变任何目录您想要建立的文本文件。
2) Type notepad MyFile.txt:StoreHiddenData then press enter. 2 )输入notepad MyFile.txt : StoreHiddenData然后按Enter 。 MyFile.txt is the text file you are going to create whereas StoreHiddenData is the alternate stream name. MyFile.txt是文本文件你要创造,而StoreHiddenData是候补流的名称。
3) A message will be pop up “Cannot find the C:\MyFile.txt:StoreHiddenData.txt file”. 3 )讯息将弹出“无法找到在C : \ MyFile.txt : StoreHiddenData.txt档案” 。 Do you want to create a new file?”, click OK button to proceed create the new file.你想创建一个新的文件吗? “ ,单击确定按钮,着手建立新的文件。
4) A notepad will be pop up. 4 )一个记事本将弹出。 Type any data that you want to be hidden from others.任何类型的数据,您要隐藏的人。 Save the file and you are now successfully creating hidden data for this file.保存该文件,现在您已成功地创建隐藏的数据,这个档案。
The hidden data you have created will not contribute to the total file size.隐藏的数据您已建立将不会作出贡献的总档案大小。 Just open Explorer and look for this file, you will observe that the file size is still zero.只需打开资源管理器,并寻找这个档案,你会看到,文件大小仍然是零。 Now you can go ahead to type some data and saved it as usual.现在您可以继续输入一些数据并保存它像往常一样。 Good thing is, it will not affect the hidden data that you have saved earlier.一件好事,它不会影响到隐藏的数据,您先前保存。 On top of that, you can display or delete all the hidden data you have saved previously.最重要的是,您可以显示或删除所有隐藏的数据保存你以前。 However, you must download and install但是,您必须下载并安装 Streams流 application before you can do so.申请之前,你可以这样做。 To delete hidden data, go to command prompt and type more < MyFile.txt:StoreHiddenData.txt.若要删除隐藏数据,转到命令提示符下,键入更多的“ MyFile.txt : StoreHiddenData.txt 。 If you want to delete all hidden data , the syntax is streams.exe –d MyFile.txt.如果你想删除所有隐藏的数据,语法是streams.exe一d MyFile.txt 。
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要说明:这是一台机器翻译网页这是“原样”提供,无保修。 Machine translation may be difficult to understand.机器翻译可能很难理解。 Please refer to请参阅 original English article英文原文的文章 whenever possible.只要有可能。
Share and contribute or get technical support and help at共享和贡献或获得技术支持和帮助 My Digital Life Forums 我的数字生活论坛 . 。
Related Articles相关文章
- Protect Confidential Data with Hide Folder XP保护机密数据与XP中隐藏文件夹
- Replace Notepad with Another Text Editor (eg. Notepad2 and Notepad++) in Vista取代记事本与另一文本编辑器(如记事本Notepad2和+ + )在Vista
- Recover Lost Data with Unistal Data Recovery恢复丢失的数据与数据恢复Unistal
- Data Recovery and Data Protection via Undelete 2009数据恢复和数据保护通过取消2009年
- Windows Vista Notepad Replacement Alternative Windows Vista的记事本替换替代
- Notepad Showing Current Time and Date Easter Egg (Function)记事本显示当前时间和日期复活节彩蛋(功能)
- Auto Install Script for Notepad2 in Vista to Replace Notepad自动安装脚本,为Notepad2在Vista中,以取代记事
- Free Download - Browse and Edit XML Documents Easily with XML Notepad 2007免费下载-浏览和修改X ML文档轻松地使用X ML记事本2 007年
- Remove and Hide Facebook Ads删除和隐藏Facebook的广告
- How to Hide or Remove Gmail Spam Counter如何隐藏或删除Gmail的垃圾邮件反击

































October 25th, 2008 22:10 08年一十〇月25日22:10
Nice concept..尼斯概念.. But how to view the written但是,如何看待书面
texts ?文字吗?
October 27th, 2008 09:32 08年10月27号09:32
Just retype the same strings, bro!只需键入相同的字串,溴!
October 27th, 2008 13:10 2008年十月27日13:10
Here is the original tip with full details :这里是原来的尖端全部细节:
http://megaleecher.net/Notepad_Trick_To_Create_Hidden_Text_Files
October 27th, 2008 19:16 08年10月27号19:16
This is a good trick这是一个很好的伎俩
but while testing it i found that i could create multiple hidden files in the same file.但同时对它进行测试我发现我可以创建多个隐藏文件在同一文件。
as example:作为例子:
notepad MyFile.txt:hiddenfile1记事本MyFile.txt : hiddenfile1
notepad MyFile.txt:hiddenfile2记事本MyFile.txt : hiddenfile2
notepad MyFile.txt:hiddenfile3记事本MyFile.txt : hiddenfile3
and you can save different data in every file.你可以保存不同的数据在每一个文件。
that’s all这是所有