You need:
> A Computer
> A Little Bit of Your Time
> A Little Patience: this is my first instructable.
- This instructable is not meant for people who are so completely "computer illiterate" that they do not understand computer basics, such as how to navigate directories, save documents, etc. If you have trouble saving a Word document to your desktop instead of My Documents, I advise you to learn the simple things first (just opening My Computer and browsing folders is surprisingly informative) before continuing here.
Remove these ads by
Signing UpStep 1: Making a “Hole-In-the-Wall”
Open C: and navigate to some little-opened directory. My favorite is C:\WINDOWS\system32, but you could build a Hole anywhere in the Master Drive (or any drive, really). Program Files is another good place; just build the Hole in the files of some random game. Once you have your "Wall" create a new folder (right-click, New, Folder) and name it. If you really want, you can name it "My Hole-In-the-Wall where I store my secret files" but this defeats the purpose. A Hole is supposed to be inconspicuous, so it is best to name it something like "sat" or "pta" (this is why WINDOWS is a good place; it is full of folders with names like "oobe" and "ras"). Now, simply put your files into your new hiding place and leave them there. It is a good idea to change the names of these files if they are really incriminating: use numbers or symbols, or even type the names backward; this way someone poking through your C: won't be tempted to open them if they do stumble upon your Hole-In-the-Wall. Now just memorize the file path and you have a secret folder!
- Search Instructables for "How To Make An Invisible Folder". This is useful too.













































Visit Our Store »
Go Pro Today »




I thought of that a long time ago and saw that it was on Instructables...
It is very cool though!
You and your friends can communicate privately by typing your text and hiding it in a picture, send the picture and they can decode it. Don't modify the picture in any way after you encode it with text, or the text will become unrecoverable.
By "multiple files" I'm guessing you want to get sveral identical text files unpacked, perhaps in seperate locations?
Where does this extra line appear?
echo Hello! I am a text file.>X.txt
echo This is a second line beneath the previous one.>>X.txt
echo The End>>X.txt
This would create a txt file with three lines, line one saying "I am a text file," and line three saying "The End."
To create multiple files:
echo I am file # 1>PATH\File_1.txt
echo I am file # 5345422A>PATH\File_5345422A.txt
and you should add a step about turecrypt
http://www.truecrypt.org/
Yes I know about TrueCrypt. Ironically, I discovered it literally five minutes after I published this instructable.
Second, what is a hex editor?