News Feed
Jobs Feed
Sections




News Archive
Joseph Scott's Blog:
Slow Hashing
April 10, 2012 @ 11:55:02

In this new post Joseph Scott takes a look at hashing in PHP, specifically around md5 hashes, and a better alternative (that's also more secure.

The majority of the Coding Horror: Speed Hashing post talks about speed based on MD5. [...] If you are still using MD5 to hash passwords (or worse, aren't hashing passwords at all) then please stop and go use bcrypt. For those using PHP phpass is a great option.

He talks about the crypt method, how its encryption method and "cost" value effects the speed and how difficult it would be to generate all possible hashes for a password (hint: crypt with a cost of 13 is worlds better than md5).

0 comments voice your opinion now!
slow hashing md5 crypt blowfish cost speed


blog comments powered by Disqus

Similar Posts

Greg Beaver's Blog: phar gets a major speed boost with version 1.2.1

Noupe.com: 13 Great WordPress Speed Tips & Tricks for MAX Performance

Jim Plush\'s Blog: Dear Zend Studio...oh how I hate and love thee

Davey Shafik's Blog: Zend Studio 5.5 Beta Universal!

DeveloperDrive.com: 5 PHP Security Measures


Community Events











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


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

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