• 5 Posts
  • 2 Comments
Joined 2 years ago
cake
Cake day: July 30th, 2023

help-circle

  • Hard drive passwords are removeable. The nuts and bolts of it is performing a change password operation where the new password is the NULL char.

    If it were true that a password is required to write to the storage medium in the event of corruption, that would imply that it’s required for every write event.

    Consider how OPAL drives have passwords just to get read access. You only have to enter the password once when the controller first powers up the drive. It does not have to send the password with every read operation because the drive remains unlocked until it powers off.

    But I have to say I’m hand-waving because I only heard speculation that a password is used for write-access gate-keeping to begin with. Certainly it’s feasible that the ATA standard could have included a separate password for write access, but my question is whether that’s actually the case.