|
|
|
|
|
by entuno
741 days ago
|
|
And even worse, that's bcrypt with 32 iterations - a work factor of 5. Every Bcrypt implementation I've seen has a default work factor of 10 (1024 rounds), and people often use higher values that that. So that 99 years is a massive underestimate for any actually secure password storage. |
|