in reply to Re^2: Adjust bcrypt cost to prevent future password hash attacks
in thread Adjust bcrypt cost to prevent future password hash attacks
and does not prevent offline attacks
of course not :) I wasn't suggesting switching away from bcrypt, merely that the cost is not as important for online attacks, those can be throttled effectively
but, for offline, you should use encrypted harddisks and not rely on bcrypt alone
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Adjust bcrypt cost to prevent future password hash attacks
by dsheroh (Monsignor) on Jun 12, 2012 at 17:25 UTC | |
Re^4: Adjust bcrypt cost to prevent future password hash attacks
by Jeppe (Monk) on Jun 13, 2012 at 08:32 UTC |