| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 7 months |
| seen | Dec 15 '12 at 20:36 | |
| stats | profile views | 0 |
|
Dec 5 |
comment |
How is it possible to parallelize a hashing function to crack an iteratively hashed password? Sure, but by the time the first hash reaches its 5000th iteration, the second hash is in its 4999th, the third hash in its 4998th, etc. In the 5001st iteration, the second hash is in its 5000th iteration and I have its correct output, in addition to the first hash's. Right? |
|
Dec 5 |
comment |
How is it possible to parallelize a hashing function to crack an iteratively hashed password? @Thomas How so? Can't I just feed one hash per unit of time? |
|
Oct 9 |
comment |
How is it possible to parallelize a hashing function to crack an iteratively hashed password? Yes, I've seen this closely related question: crypto.stackexchange.com/questions/959/… |