Hi!
Thanx for the replies!
I need a software to protect data stored on notebooks.
if one of these noteboosk gets stolen, NOBODY should be able to read the
files on it.
thanx in advance for any further suggestions!
EFS works well as a down-n-dirty method... just make
sure you have non-encrypted backups of anything you've
encrypted. (Unless you extract, and test, the private
keys used by EFS...)
PGPDisk and DriveCrypt work well by creating virtual
volume files on the disk that can be attached as a new
drive letter, or a new mount point in an empty folder.
(e.g. MyStuff.PGD can be mounted as P: or as C:\MyStuff
\). Advantage of virtual volumes are that they can be
mounted as needed, reducing the window of exposure.
Downsides are that they have to be unmounted to be
backed up (unless you have a 2nd encrypted volume that
you copy the files to on another machine), and WinXP
doesn't like drives that mount/unmount (encrypted
volumes may not always show up in Windows Explorer).
For financial records, encrypted volumes are a good
choice, mounting only when needed, and backing them off
to archival media (CD/DVD) occasionally. Make the
volume a tiny bit smaller then the media size (200Mb,
680Mb, 4200Mb) and create a PAR2 (QuickPar) recover set
to fill out the rest of the disc.
For access instructions (passwords), I store them in a
plain text file, but encrypt the contents using GPG/PGP.
Even if the box is cracked / trojaned and the data
siphoned off, the contents of the file are still
encrypted.
Also see the alt.security.pgp newsgroup.