|
|
|
|
|
by wolf550e
3184 days ago
|
|
Nobody uses rainbow tables or cares to mitigate them. People care that GPU rigs get hundreds of billions of hashes-per-second[1] against a single-iteration salted hash. So all 8-char case-sensitive alphanumeric combinations can be checked in 18 minutes[2]. 1 - https://gist.github.com/epixoip/a83d38f412b4737e99bbef804a27... 2 - (pow(26+26+10, 8) / 2*pow(10, 11)) / 60 |
|