How To Hide Files Like a Super Villain
Got something to hide? The Colonel’s secret recipe? An advance screener DVD of Watchmen? Top-secret plans for world domination? If this sounds like you, and you want to hide something on your computer, really well, then please continue reading. Time for some magic; I’m gonna make your files disappear.
This is a multi-step process, so please read carefully, lest you end up skipping a step. You’ll need to download and install TrueCrypt, which is free, and then dive in deep for some command-line action. Ready? Here goes.
Once you’ve got TrueCrypt installed, run the program and select the Create Volume button to start the Volume Creation Wizard.

Keep the default options on the next two screens (Create an encrypted file container, then Standard TrueCrypt volume) and click Next at each screen, on to Volume Location.


This is where you’ll create your TrueCrypt container file, which will contain the encrypted virtual drive. When this drive is mounted (we’ll get there later), you can move files in and out of it like any other drive. Hit the Select File button and name your file. For simplicity’s sake, you may want to name it “hidden.tc” and stash the file in either your My Documents folder, the root of your C-drive, or onto a USB thumb-drive. In my example, the file will reside at C:\Documents and Settings\Tim\My Documents\hidden.tc .

Click Next to select the Encryption Options. The defaults should be just fine for anybody, but feel free to play with the options and feel like a 1337 haX0r.
Click Next again to set the size of the virtual drive. I’ve set mine at 1GB.

Click Next to input your password. I suggest using a site like PassPub or Password Chart to create a strong one. Write it down, or even better, commit it to memory. Super villains don’t generally leave passwords laying around on Post-Its.
At the next screen, you’re instructed to move your mouse around within the window. This generates a random encryption key. Wave it around for a minute, or even try writing your name with your mouse. Click Format and TrueCrypt does its thing. You’ll be prompted when it’s finished, at which time you may exit the wizard.
It’s time for some command-line ninja tactics. You’ll need the complete file path and name. Ready?
![]()
Open up a command window (Start > Run> “cmd” > OK).
Type “attrib”, followed by a space. Type your file’s name and path, within quotes, like this: “C:\Documents and Settings\Tim\My Documents\hidden.tc”, followed by another space. Type “+s +h”.

This marks the file as both a “system” file and a “hidden” file. The file still exists, but will not appear in Explorer, even if you have “Show hidden files and folders” enabled. To undo this, enter the same command, instead with “-s –h”. You can do this with just about any file or folder.
Time to fire up TrueCrypt again. Now, we’re going to mount the file as a virtual drive. Select a free drive letter, “X” in my example. Type the full file name and path in the Volume field, and then click Mount and type your password. Now open Explorer (Windows Key + E) and browse to My Computer.

Your previously-invisible virtual drive is now mounted, and can be used just like any other drive on the system.

When you’re done, go back to TrueCrypt and Dismount the drive. Prying eyes won’t see the virtual-drive file, and even if somebody scours your drive for hidden files, they’ll run into military-grade encryption. Your plans are safe. Please be a benevolent ruler, OK?
For variety, here are some more tools to hide data. Let us know in the comments about your favorite methods.
(By) Tim Watson is a full-time student, husband, father of two, and head of Dork Lotus Enterprises. He's on Twitter @TimDub.



And some info on easy access:
HOWTO: Securely Open TrueCrypt Volumes in One Click
AXcrypt does a similar job of encrypting/decrypting thru a rightclick menu,saves the time to mount the partition.
To those interested, there is a BATCH file on the internet that automates the encryprting/decrypting process.
An even better idea is to put a hidden drive within the non-hidden drive, in case A. someone finds it w/ a simple linux live disk and cracks the password (with GPU computing, this could take mere hours) or B. you’re for some reason forced to give up your password. it provides plausible deniability (great for those with… less-than-legal intents)
The folder would still show the size of its contents which would reveal the presence of the file. Also, if the “Show hidden files and folders’ option is enabled in folder options, then there is a chance that the option “Hide protected operating system files” is also disabled. For these reasons, this method of hiding files is redundant against most attackers (although only the presence of hidden data is revealed, not the data itself if it is encrypted).
Have anything like this for Mac?
I was impressed that TrueCrypt was able to hide my entire Marketing presentation. The presentation included plenty of exhibits and diagrams and was several gigabytes in size. TrueCrypt hid the entire presentation on my desktop. I installed TrueCrypt on my USB flash drive and it encrypted it there as well. It may be a bit excessive to encrypt my marketing presentation for a college course (its not like any one even knows about it) but better safe than sorry.
Another even easier way to hide your files and folders is using of BDV DataHider: http://www.bdvnotepad.com/datahider_en.htm
It looks like some magic.