Hacker News new | ask | show | jobs
by blibble 5686 days ago
(in response to tptacek below)

it doesn't help against a single hash, but for multiple hashes you scale up the amount of work required by the number of salts in use.

1 comments

If the observation made here was "this guy got unrealistically impressive results because he was able to parallelize across every password hash", I'd agree.

But the observation was instead "this attack worked largely because the passwords weren't salted". No, false. This attack set a price of $1.62 per password using the simplest available GPU cluster resource. In no definition of cryptographic security is $1.62 a reasonable threshold.

Scrypt, bcrypt, or PBKDF2 can increase that cost factor to many tens of thousands of dollars per password without incurring appreciable costs to the applications using it.