News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

Oracle Technology Network: How To Encrypt Data in Oracle Using PHP

Bob Majdak: On SQL in PHP

SplitBrain.org: Presentations in DokuWiki

Matthew Weir O'Phinney's Blog: Phly_Struct? no, Phly_Hash...

Web Developer Juice: PHP Magic Functions: Best Part of Object Oriented PHP - Part 1


Community Events











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


database community functional conference interview language framework zendframework2 development phpunit introduction usergroup podcast opinion testing symfony2 rest series example release

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