News Feed
Jobs Feed
Sections




News Archive
DevShed:
User Management Explained Overview
November 17, 2008 @ 16:03:53

On DevShed there's a new tutorial looking at user management in a PHP application including looks at data validation and encrypting passwords.

In this article we will look at how to create a secure user management module. No user authentication or user management script can ever be one hundred percent secure, but we can try to use the tools that are available to us to their maximum, and thereby make it difficult for malicious users to hack our scripts.

They include example scripts showing how to validate user input - length, alpha, empty or not and if its numeric or not. They look at encryption with the sha1() technique, comparing the user's input, hashed, to the key already stored.

0 comments voice your opinion now!
user management overview tutorial authentication password sha1


blog comments powered by Disqus

Similar Posts

PHPFreaks.com: Regular Expressions (Part1) - Basic Syntax

Zend Developer Zone: AJAX Chat Tutorial Part 6 : Updating the User List

PHPMaster.com: Using Phing

MakeBeta Blog: Scraping Links With PHP

PHPBuilder.com: Use jQuery to Build a Newsletter Subscription Popup with a MySQL/PHP Backend


Community Events











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


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

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