Analysis of an encrypted HDD [pdf]
sstic.org
Analysis of an encrypted HDD [pdf]
1–9 of 9 posts
Re: Analysis of an encrypted HDD [pdf]
#2I don't see why this makes it weaker, could someone explain?
The only apparent weakness I see from this page is that the secret key is a 4-8 digit number, meaning that the device could be realistically brute-forced by someone who knew the encryption algorithm.
Re: Analysis of an encrypted HDD [pdf]
#3While we know the crypto design is a fail, because all the encryption related data is stored on the drive itself, ... I don't see why this makes it weaker, could someone explain? The only apparent weakness I see from this page is that the secret key is a 4-8 digit number, meaning that the device could be realistically brute-forced by someone who knew the encryption algorithm.
Re: Analysis of an encrypted HDD [pdf]
#4How can intelligent people possibly not know how to spell the word "lose"?
Re: Analysis of an encrypted HDD [pdf]
#5While we know the crypto design is a fail, because all the encryption related data is stored on the drive itself, ... I don't see why this makes it weaker, could someone explain? The only apparent weakness I see from this page is that the secret key is a 4-8 digit number, meaning that the device could be realistically brute-forced by someone who knew the encryption algorithm.
The encryption algorithm is immaterial. a 4-8 digit password is just not strong to survive bruteforcing for more than a day, likely sooner with the right equipment.
You could try all possible passphrases with the wrong algorithm and you wouldn't get the plaintext, the algorithm is most certainly material.
Re: Analysis of an encrypted HDD [pdf]
#6While we know the crypto design is a fail, because all the encryption related data is stored on the drive itself, ... I don't see why this makes it weaker, could someone explain? The only apparent weakness I see from this page is that the secret key is a 4-8 digit number, meaning that the device could be realistically brute-forced by someone who knew the encryption algorithm.
The specific reason it is mentioned is because their recommendation is that the encryption key should be derived from both the input numbers and a secret baked into the hardware - which would then require brute-forcing the entire key rather than just the input numbers if the attacker only had the data on the drive.
With properly assembled hardware (yay, epoxy) protecting the crypto chip, extracting that key could be made very difficult, protecting against the attacker having the enclosure as well (the secure chip would need to enforce the rate limit itself).
Re: Analysis of an encrypted HDD [pdf]
#7http://www.h-online.com/security/features/Enclosed-but-not-e...
Re: Analysis of an encrypted HDD [pdf]
#8Earlier quoted context omitted.
The encryption algorithm is immaterial. a 4-8 digit password is just not strong to survive bruteforcing for more than a day, likely sooner with the right equipment.
And how do you plan on brute-forcing any password without knowing the encryption algorithm in use? Which was the parent's point. You could try all possible passphrases with the wrong algorithm and you wouldn't get the plaintext, the algorithm is most certainly material.