News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Password Hashing In PHP
January 14, 2013 @ 11:57:32

On PHPMaster.com there's a new tutorial that wants to help you keep your application and users a bit safer - a guide to password hashing for PHP applications.

You must always think about security. If passwords are stored in plain text, what happens if an attacker gains access to your database? He can easily read all of the users' passwords. That's why we use a technique called password hashing to prevent attackers from getting user passwords. In this article you'll learn how to store the passwords securely in the database so that, even if your database falls into wrong hands, no damage will be done.

He starts off describing what password hashing is and why it's important (and better than it's plain-text alternative). He gives some examples of using some of the built-in hashing functions PHP has to offer to generate the hashes. He starts with md5/sha1 (note, these are not recommended) but moves into more effective options like sha256, salted hashing and even bcrypting passwords with crypt.

Be sure to check out the comments for other security concerns and links to suggested tools and resources.

0 comments voice your opinion now!
password hash tutorial md5 sha1 sha256 bcrypt


blog comments powered by Disqus

Similar Posts

DevShed: Working with Directory Iterators and Proxy Classes with PHP 5

SitePoint.com: How to Create Your Own Random Number Generator in PHP

Zend Developer Zone: Installing PHP4 and PHP5 Concurrently on One WinXP Computer

Brian Swan's Blog: Using the Windows Azure Tools for Eclipse with PHP

WS02 Oxygen Tank: PHP SOAP Extension


Community Events









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


api zendframework2 event language conference podcast opinion composer interview framework object testing example community tool introduction functional release development code

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