7

That feeling when you debug the Users table in sql, which has a Password field encrypted with hash, but most of the demo users use the same Adminadmin password, so you recognize the other users password because you rembered the hash

Comments
  • 2
    That's why it's a very unsecure users table.

    Passwords MUST be salted, to eliminate rainbow table attacks.
Add Comment