Can you bruteforce a hardware-encrypted SSD drive? I mean recovering the password needed to unlock the drive. Is there any software could do this? Here the focus is the software that could do the job.
Asked
Active
Viewed 640 times
2
-
2From my understanding, anything encrypted can be bruteforced. The only problem is finding the key (and have the time to find it). – lepe Jul 01 '16 at 06:52
-
3The whole point about bruteforcing is that you don't "recover" the password, you try all of the possible combinations and see if it works. There is software that allows you to do it(it's a very simple concept so you could probably easily implement it yourself), but if the password is well-chosen, it may take ages. – poe123 Jul 01 '16 at 07:14
-
Welcome to Information Security. Are you asking about in-built brute-force protections, like device/key wiping after a few failures? – Jedi Jul 08 '16 at 04:43
2 Answers
1
Yes, you can brute-force a hardware-encrypted SSD drive.
The time it takes to be successful though is up to the method used, the length of the password and the hardware & software capabilities of the machine doing the BF attack (which dictates how many tries/sec can be attempted).
Overmind
- 8,829
- 3
- 19
- 28
0
I would recommend disassembling the drive's firmware and taking a closer look at the crypto inside. With this kind of proprietary crypto it's often flawed and you may find bugs that will make your attack much easier, as pure bruteforce on correctly implemented AES is infeasible.
André Borie
- 12,736
- 3
- 40
- 76