vote up 2 vote down star
1

I have a Dell Latitude E6400 and I would like to know how secure setting a BIOS HDD Password is? Does this apply some form of encryption to the contents of the drive or is it just some simple lock on accessing the drive? I.e. if the notebook was lost or stolen could the data on it be accessed by someone with a bit of know how?

flag

50% accept rate

3 Answers

vote up 4 vote down check

BIOS passwords are simple locks. If you don't provide the password, the BIOS simply stops and doesn't continue the boot process.

There are two ways to get around this simple lock:

  1. Clear the BIOS/CMOS memory (usually requires direct motherboard access).

  2. Remove the drive and connect it to another computer (easier).


Update: As Blackbeagle's answer mentions, there is a HDD password defined as part of the ATA specifications. This is also a simple lock, but it's implemented in the drive, so neither of the above steps will bypass it. Some technical knowledge (and possibly some additional hardware) is required. You might be interested in this primer article on HDD passwords.


The BIOS lock is a decent deterrant in any number of movie-plot scenarios: someone with limited technical knowledge, or situations where the attacker can access the computer but doesn't have time or freedom enough to take it apart. If you're just trying to prevent your co-worker or family member from access, this works. However, this is not a significant deterrant for a determined attacker or someone who has unlimited physical access.

The ATA-level lock is a better deterrent, but it isn't perfect. Again, a determined attacker, given enough time, will get your data.

Full-disk encryption is available, and provides better protection. Self-encrypting drives that do this in hardware exist, and there are plenty of software options. Data encryption makes it much more difficult for an attacker to get your data, but there are always ways to get around encryption. (In particular, beware of Lead-Pipe Cryptanalysis.)

link|flag
+1 nice short answer! – DaveParillo Oct 28 at 1:49
@DaveParillo: well, it was.... :) – ~quack Oct 28 at 4:39
OK that makes sense. The Dell documentation does indicate that moving the drive to another PC wont get around the HDD password but there is no mention of encryption. It sounds like this would probably be adequate if the system was lost or stolen and would prevent most people from accessing the data on the drive but is certainly not high end security. – davpen Oct 28 at 5:03
vote up 2 vote down

I believe you are wrong on item number 2

If the op is referring to a password on the hdd bios itself then removing and placing it in another drive will not remove the password

however removing the hdd circit board and replacing with the exact same model board will.

link|flag
First of all, this should be a comment on quack's answer. Second, it isn't right. HDDs don't have a BIOS. There is firmware level full HDD encryption that requires a password or token to unlock, but this isn't what the question is about. – MarkM Oct 28 at 2:54
there is an ATA security feature that provides for a password stored to the drive's firmware/EEPROM. not sure the replace-hdd-logic-board trick works with every model though. – ~quack Oct 28 at 4:40
sorry firmware not bios but the point still stands – Crash893 Nov 5 at 20:26
vote up 2 vote down

For BIOS boot password, the answer is correct- relatively easy to bypass. Normally short the CMOS down.

For hard drive password locks - I believe that that they normally have a small crypto chip on the circuit board. When you enable them, the ATA spec then sends a signal back to the BIOS that results in control passing to the chip. It then asks for the password. Initially when you set it, it takes the password, encrypts it, and stores it on the drive platters. Subsequently when the drive is booted, the crypto chip assumes control, queries for the password and checks it against the stored copy. If they match, the crypto chip allows further boot.

THERE ARE DRIVE DECRYPTERS. I don't know the pricing, but I've seen them. They plug directly into the drive and can decrypt this sort of protection. It might be possible to swap circuit boards, but that wouldn't work if the drive manufacturer was smart enough to move the crypto chip inside the casing alongside the platters.

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.