News Feed
Jobs Feed
Sections




News Archive
Devshed:
Simple and Secure PHP Login Script
July 28, 2011 @ 09:57:39

In this new tutorial on DevShed, they walk you through the creation of a secure login script that uses sha256 encryption, a captcha to prevent automated signups, XSS attack protection and several other features.

Recent advancements in PHP offer the developer a variety of tools to improve the security of login systems. [...] This programming tutorial will teach you how to create a simple, yet secure login script utilizing PHP using MySQL and bracing for XSS attack prevention.

Other features include no persistent logins, preventing direct file access, an idle timeout on the user session, protection against session fixation and anti-brute force measures. Full (procedural) code is provided as well as screenshots from phpMyAdmin showing the database table structure. You can grab the code for the project here.

1 comment voice your opinion now!
simple secure login script user tutorial


blog comments powered by Disqus

Similar Posts

DevShed: Using Directory Iterators and MySQL with Adapter Objects with PHP

Ian Selby's Blog: Making RESTful Requests in PHP

Ask About PHP: Codeigniter: Setting up multiple sites on one install

CodeForest.net: Key/value tables and how to use them in PHP and MySQL

Christian Schaefer's Blog: Using Zend Framework components in a Symfony2 project


Community Events











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


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

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