News Feed
Jobs Feed
Sections




News Archive
Kavoir.com:
Just Hashing is Far from Enough for Storing Passwords (Dictionary & Rainbow Attacks)
March 09, 2010 @ 13:11:01

On Kavoir.com there's a new post that reminds you that hashing isn't enough anymore to protect your users and their passwords. They offer a suggestion or two of what you can do to help lock things down a bit more.

The common practice is to hash the user password and store the hash string of the password in the database. When the user tries to log in and supplies his password, it is used to generate a hash string to be compared to the one stored in the database. [...] This approach may be secure in the 70s of the last century, but barely any more.

Computing has evolved enough to where hashed can be matched, sometimes in less than two or three minutes. Their answer to the problem? Generate a random salt each time you create the hash with a constant being used as a base. A code snippet calling a user-defined function and the sha1 function are included.

0 comments voice your opinion now!
hash password salt dictionary rainbow attack


blog comments powered by Disqus

Similar Posts

Richard Lord's Blog: PHP Password Security

Anthony Ferrara: Seven Ways To Screw Up BCrypt

Timothy Boronczyk's Blog: Paste Ninja (a new kind of pastebin)

CodeSnipers.com: Perl vs. PHP - Datatypes[arrays|lists|hash|map]

International PHP Magazine: IPM Poll Question: Which One is Most Dangerous?


Community Events











Don't see your event here?
Let us know!


api code series testing framework interview release phpunit composer functional community podcast language development opinion application zendframework2 example introduction database

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework