News Feed
Jobs Feed
Sections




News Archive
WebReference.com:
Using PHP Encryption for Login Authentication
June 04, 2010 @ 08:50:10

New on WebReference.com there's a follow up article that talks about using encryption built into PHP to handle login information and authentication.

Following up on "Implementing One-way Encryption in PHP," my previous tutorial about using one-way encryption to build a secure online diary application, this article explores using PHP encryption for login authentication. It presents the two scripts that make up the diary application: the login and diary scripts, as well as the necessary database server connection script.

His script example shows how to use the md5 hashing function to compare passwords with the ones in the database as well as a modification that uses the mcrypt libraries to encrypt some sample text.

0 comments voice your opinion now!
login authenication mcrypt md5 tutorial


blog comments powered by Disqus

Similar Posts

PHPMaster.com: Introducing Superglobals

DevShed: Performing Strict Validation with the Code Igniter PHP Framework

PHPBuilder.com: Import MS Access Data to MySQL 5

Rob Allen's Blog: Zend Framework on a shared host

The Bakery: RESTful Web Services With CakePHP


Community Events











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


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

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