- Is there any way to password protect a drive formatted with NTFS fs?
- Posted by MMM42 on December 1st, 2004
Is there any way to protect a hard drive (internal or external on
personal storage like Maxtor ONE TOUCH - original version)?
A modern file sytem like NTFS should have such a support.
The new version of Maxtor ONE TOUCH II has such a support - does
anybody know if this is proprietary locking system?
- Posted by J. Clarke on December 1st, 2004
MMM42 wrote:
Password protecting a drive has nothing to do with the file system--it's
handled at the drive controller level.
--
--John
Reply to jclarke at ae tee tee global dot net
(was jclarke at eye bee em dot net)
- Posted by Eric Gisin on December 1st, 2004
Password protection is done at logon, and folder permissions do what you want.
Nobody should implement drive/folder passwords, it is very insecure in
practice.
"MMM42" <MMM42@nospam2.com> wrote in message
news:41adef0c.79490000@news-server.cfl.rr.com...
- Posted by Arno Wagner on December 2nd, 2004
Previously MMM42 <MMM42@nospam2.com> wrote:
Filesystem encryption is independent of what medium the
filesystem is on. You can e.g. copy an encrypted filesystem
without the passphrase, but you cannot understand what is in it.
That means you can do secure backups!
The HDD locking systems (Maxtor one-touch, IBM travelstar passwords,
etc.) are all proprietary and protect the disk from being used
without unlocking it first. This is a different approach. It
has the disadvantage that it can be broken without the need
to break modern encryption (which is extremely hard or impossible)
and the advantage that only a driver/tool to unlock the disk is
needed instead of an OS-integrated disk encryption driver.
Arno
--
For email address: lastname AT tik DOT ee DOT ethz DOT ch
GnuPG: ID:1E25338F FP:0C30 5782 9D93 F785 E79C 0296 797F 6B50 1E25 338F
"The more corrupt the state, the more numerous the laws" - Tacitus
- Posted by Con Shea on December 2nd, 2004
Your best bet is to create an EFS (encrypted file system). You can do
this with NTFS in Windows XP pro or Windows 2000.
cs
MMM42 wrote:
- Posted by Alexander Grigoriev on December 2nd, 2004
But you should read first about recovery key management. Otherwise you risk
losing all the encrypted files in case of the system reinstallation.
"Con Shea" <nospam@nodomain.com> wrote in message
news:ePKdnRO11utQFjPcRVn-jQ@rcn.net...