News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Andreas Gohr's Blog:
Working with Password Hashes in PHP
July 29, 2008 @ 12:57:43

Andreas Gohr has a general overview of hashing in a new post to his blog:

Every good programmer knows, that passwords should never be stored in clear text. Instead a one way hash (or digest) should be used. This way user passwords are not at risk in case of an intrusion.

He points out the multiple ways that PHP offers for both simple hashing (like md5 or sha1) and the true encryption types (like ssha, apr1 and crypt). He shows how they work in the DokuWiki application via a call to auth_cryptPassword to make it and db_get_hash/auth_verifyPassword to check against it.

0 comments voice your opinion now!
password hash encrypt method dokuwiki



Similar Posts

Norbert Mocsnik's Blog: Setting Up DokuWiki with Simple Authentication

DevShed: Using Method Call Overloading in PHP 4

Evert Pot's Blog: PHP: Arrays vs. Objects

PHPBuilder.com: Securing Data Sent Via GET Requests

Community Crosstalk: Matthew O'Phinney & Scott Johnson on Dynamic Function/Method Calls


Community Events









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


PHP5 database release conference zendframework mysql cakephp developer ajax releases zend example code application PEAR job framework package security book

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