|
|
|
|
|
by mlyle
1587 days ago
|
|
> How would the oracle technique help at all? If they give you the hash upfront (or this oracle), you can test passwords offline without using up a limited number of guesses. It may be very computationally expensive to brute force the space, but the information is there. If they don't, you get 10 guesses, and you have effectively no chance of guessing the password. |
|
> It may be very computationally expensive to brute force the space, but the information is there.
If the password is long enough, it will take longer than the heat death of the universe to brute force the space. So in practice, brute forcing secure passwords might as well be impossible.