News Feed
Jobs Feed
Sections




News Archive
NetTuts.com:
Understanding Hash Functions and Keeping Passwords Safe
January 18, 2011 @ 08:05:29

On NetTuts.com today there's a new tutorial from Burak Guzel about keeping your passwords (and web applications) safer by using hashing with passwords and understanding which of the PHP functions is right for you.

From time to time, servers and databases are stolen or compromised. With this in mind, it is important to ensure that some crucial user data, such as passwords, can not be recovered. Today, we are going to learn the basics behind hashing and what it takes to protect passwords in your web applications.

The article is a simple introduction to the topic and doesn't claim that it will protect you 100% but it's good to get the ball rolling. They talk about md5 hashing and the crypt method. He also outlines a few problems that surround hashing - hash collisions, attackers using "rainbow tables" and how quickly the average computer can run through hashes (an average 8 character password could be broken in around 60 hours). For each, he includes a few things you can do in your code to help prevent them from happening.

0 comments voice your opinion now!
hashing password md5 crypt salt tutorial


blog comments powered by Disqus

Similar Posts

phpRiot.com: Zend Framework 101: Zend_Cache

SitePoint PHP Blog: How to Override PHP Configuration Options

Sridhareena.com: phpMyAdmin Installation Tutorial

Jason Sheet\'s Blog: Soundex implemented in PHP

Matthew Weier O'Phinney: RESTful APIs with ZF2, Part 2


Community Events











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


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

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