SimpleAuth : Very Simple Secure Login System (Forms)

SimpleAuth is simple and secure multi-user PHP login system. No database required. Not need knowledge in php to implement this login system. You can secure all types of pages: a customer area, an administration interface, a member page or any page that private

Features

  • No database required
  • Compatible with PHP4 and PHP5
  • Single or Multi-user system
  • Secure (Designed by a Zend Certified Engineer)
  • Only 1 file to work (no image or css additional files)
  • Very EASY to implementation : Paste a single line of code in each page
  • No redirect to a login page
  • Dynamic Session id to prevent “Man in the middle attack”
  • Ideal for graphic designers, not developers or those who are unfamiliar with security

Example usage

You have to start each page to be secured by this single line of code :

<?php ${(require_once(‘SimpleAuth.php‘))} -> protectme(); ?>

Download SimpleAuth : Very Simple Secure Login System (Forms)

Leave a Reply

Your email address will not be published. Required fields are marked *