A better way to store password hashes? (2012)

  • > To brute force even a single user’s password, the attacker would have to search the entire Hashes table after each iteration.

    The attacker can use a bloom filter to avoid this.