0

I've decided to designate a separate topic to this question ( even though I've mentioned this in topic: Best practice to secure hard-drive of computer(laptop) in case of Stealing ^ Loss ^ Unauthorized access? ), so this question is not duplicate.

If I have password-protected hard-drive (so, password is asked on boot), it is called "encrypted" hdd? Can someone easily bypass passworded hdd, either by software, or even hardware level (attach the physical hdd-plates to same-kind unlocked hdd-chip)?

T.Todua
  • 2,677
  • 4
  • 19
  • 28

1 Answers1

1

BIOS hard drive passwords are implemented using a "lock" mechanism in the drive controller itself. When the drive has a password set, the controller "locks" itself and will not allow the data to be read without being "unlocked." However, this can be bypassed by an attacker who replaces the drive's controller board with another (unlocked) board of the same model, or, depending on the controller, by resetting or erasing the password through a model-specific (usually undocumented) hardware or software mechanism.

A BIOS hard drive password is not the same as encryption, and should not be used as a defense against anything more than casual attacks by unskilled attackers.