Welcome, Guest. Please login or register.

Author Topic: Change your passwords  (Read 17255 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: Change your passwords
« on: January 14, 2012, 08:16:18 PM »
Quote from: Zac67;675781
Reasonably salted hashes are next to impossible to crack (reverse).
Unfortunately this is no longer true. Salting is an affective defense against rainbow tables, but there are new tricks in the bag: a single graphics card can try several billion vBulletin salted passwords per second and you can have several cards in a single machine.

In general salting is almost pointless if the attacker can obtain the salts (and typically they do, they're in the same table as the password hashes). Salts of course do raise the amount of work required for cracking but the GPU grunt has leveled the field again.

The solution is to use multi-round hashing of the password + salt.
« Last Edit: January 14, 2012, 08:38:24 PM by Piru »