|
|
|
|
|
by JackWritesCode
2524 days ago
|
|
So that needs to be our next target point (access logs). We want to move to a position to keep no access lgos. And a hacker could indeed "win" if they broke into our system, got the salt and exported the DB. We didn't focus on this in our article, as it's unbelievably unrealistic, but it's still possible. Our next step is to address that. Without the hash, it's practically impossible to brute force. |
|
My point about brute forcing being useless, is that you hold all the information needed to re-create the hash. All but one tiny piece that is the random number. so brute force is a very effective O(<tiny piece size>). And since it is stored in your locally available data, there is no rate constraints.