News Feed
Jobs Feed
Sections




News Archive
Joshua Thijssen's Blog:
Password hashing and salting
February 03, 2011 @ 12:16:31

Joshua Thijssen has a new post to his blog looking at password hashing and salting - something that, really, should always be done to help protect your site's user information.

Even though it is true in effect that using a salt increases the overall security of your hashes BUT it's not only because your passwords are longer. There is a another (maybe even more important) factor that comes into play, namely the fact they are more secure against rainbow table attacks, but that depends on HOW you season your hashes. Season it incorrectly, and you gain nothing in security even though you think you did...

He gets into some of the details about hashing your information, how you can break that hash easily and how salting your information can help reduce that risk. He also points out things like rainbow tables and brute force that could still break these salted passwords.He recommends using a different method than a single salt - a different one for each user with a part stored in plain-text along with the user record.

0 comments voice your opinion now!
hashing salting password tutorial rainbowtable bruteforce


blog comments powered by Disqus

Similar Posts

Juozas Kaziukenas' Blog: PayPal payment with encryption

William's Blog: A Popurls Clone with PHP, jQuery, Awesomeness

Pascal Opitz's Blog: An example of how to use Pimple DI with ZF 1.x

DevShed: Setting up the Foundation for an Extensible Website Engine with PHP 5

PHPBuilder.com: Top 10 phpMyAdmin Tips and Tricks You May Not Know


Community Events











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


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

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