10 Utilities to Secure Your Data
Very few people (certainly not the smart, savvy, people who read PCWorld articles) run their computers without up-to-date firewall and antivirus software. Most users know better than to click a message from "Bank of Amerika" that tells them "Your account is much suspect of risk, please input number for verify." Regardless, there's always a new security hole, exploit, or social-engineering trick that can catch even the intelligent and cautious in a moment of weakness. Another threat is the possibility that someone might gain physical access to your computer--whether it's a laptop thief, a sneaky coworker with dubious intent, or an aggressive lawyer for the RIAA. This feature discusses several ways to keep your digital valuables safe, even if someone is prowling around your house.
(For a convenient list of links to all of the programs described in this article, see our "10 Utilities to Secure Your Data" collection.)
Don't Give Crooks a Free Pass(word)
I wish to publicly confess a venial but pretty dumb sin: I often reuse usernames and passwords. All a malicious hacker has to do is get that combination from an insecure site--say, Gawker Media--and then brute-force it against other sites. (In my defense, my most important accounts--my e-mail, my banking, my Web administration--use unique names and passwords.)
In an era when you have to register a user ID and password to just to tell some random person on the Internet that they're wrong, it's virtually impossible to create passwords that meet the target of being "easy to remember, hard to guess."

That brings me to Password Safe, another free and open-source tool. Password Safe has an import feature, but it requires that you use its XML or CSV formats, which are not the ones that the most popular password-export plug-ins for Firefox typically use. It claims to support KeePass exports, but I tried both the XML and CSV export formats from KeePass, and neither worked. Password Safe is also less feature-rich than KeePass, and since they're both free, it's hard to give the advantage to Password Safe at this point.

Password managers and the next category of tools, disk-encryption utilities, share a common strength and flaw: a single point of failure. A password manager has its own master password, of course--and if that becomes known, everything becomes known. Going by the premise that you need to remember only one such password, ever, you can--and should--make a very long and complicated "strong" master password. Don't put it on a sticky note on your monitor, either. If your system is not secured, however, any keylogger or other piece of malware can grab that master password, no matter how cunning it is. Although brute-force attacks are possible if your computer has been physically seized, you're much more likely to face attacks in the form of spyware or social engineering than a supercomputer churning out a million keys a second.
Encryption Reserves Data for Your Eyes Only
Disk-encryption software protects what's on your hard drive by turning it into a mass of unreadable gibberish, something even more difficult to read than the comments section on YouTube. You can use such a tool to encrypt an entire drive, or to create an encrypted file that the computer can then mount as a virtual drive. The encryption software sits between your applications and the encrypted disk, encrypting and decrypting on the fly; the applications are not aware that the information they're using is encrypted.
Usage tip: If a hacker--or, say, just a nosy coworker--acquires access to your computer when an encrypted volume is mounted and the person has the ability to see the volume as a drive, the snoop will be able to read or copy files from the volume just as they would from an unencrypted drive; they may not even know that the drive is encrypted. If the encrypted data is not mounted, however, it appears as an undifferentiated lump of random characters. The following two utilities, BestCrypt and TrueCrypt, both support options to dismount a drive automatically after a user-defined period of inactivity.



Next page: Set your data to self-destruct
Set Your Data to Self-Destruct When You're Done With It
The final component of securing your data is making sure that any files you want dead are really most sincerely dead, and for this task you must turn to disk- and file-removal tools. Using the standard Windows Recycle Bin merely removes the visible reference to the file and marks the space as available; Windows does not truly delete any data until something overwrites that data, and may leave large chunks of recoverable data visible. Those leftover chunks allow undelete and file-recovery tools to work; the trade-off when you use strong file-removal tools is that you won't be able to restore accidentally zapped data easily, unless you've previously backed it up on another source.



Finally, sometimes you just want everything gone, such as when you're recycling or donating an old system. CCleaner has a drive-wipe function, but you might also check out the descriptively named Darik's Boot and Nuke, aka DBAN. This is a straightforward program, as it comes as an ISO disc-image file. You burn the image, and then boot a computer with that disc; the utility then seeks out and destroys all data on the computer's hard drives.
My personal pick for a password tool is Sticky Password, but KeePass is a very close second and might jump ahead over time. TrueCrypt offers all the features I want in disk encryption, at the unbeatable price of "nothing." For secure erasure, I use a feature of Directory Opus (a Windows Explorer replacement) for actual file deletion, but CCleaner's long list of other functions makes it a keeper as well.































Add Your Comment