|
|
|
|
|
by mlyle
1587 days ago
|
|
> Can you enumerate the remaining 1/256th of the search space? Not with anything other than a brute force search, minus the one password you tried. The exact same brute force search that you would have needed to solve the problem in the first place. Your one password attempt has yielded one password's worth of knowledge. You, a human, don't have eight bits of information. You have almost nothing. Eh, the actual search space for reasonable online guesses is cut down by 10000x. Yes, you still need to search an impractically large number of passwords here-- 2^92 or so. But you only have to provide 10 guesses to the oracle. Described here: https://news.ycombinator.com/item?id=30367095 Or, if you tell me that the password is in /usr/share/dict/words, I can figure out what the password is in 2 online guesses. |
|