Tutorials Home Scripts Home

What is php auth 1.3.1?

This is a simple PHP system for securely authenticating users against a MySQL database.

  • Passwords stored as md5 hashes
  • Client sends hashed passwords
  • o When login script is accessed, it generates a challenge that is stored in a session variable and sent to the client. When the client submits the form, the script uses this challenge value to compute a one way hash of the password's md5 hash, and blanks the password field to prevent it from being sent. The challenge is not sent back to the server.
    o The server script computes the the same hash from the md5 hash in the database and the challenge value stored in the session variable.
  • OATH compliant HOTP tokens
  • Stylesheet
  • o Login form utilizes CSS id and class tags to be fully customizable
  • Ability to be included in other pages
  • o The login form can be utilized stand-alone, or included in another page with zero modification.
  • Configurable logging of events:
  • o Successful logins
    o Failed logins,
    o Logouts
    o Page accesses.

“Subscribe and get Latest entries”

Enter your email address:

Listing Details

Listing Details

Version: 1.3.1
Default Language: English
Filed in: scripts home » Components » PHP Class Scripts » User Management
Date Added: February 08, 2010
Views: 164
demonstration: sorry no available demo at this time
External Download: sorry no External Download links at this time please look to our internal download below

Featured Plugins Add Plugin

No Plugins with the specified criteria were found.

Bug List Report Bug

Bug List

No bugs with the specified criteria were found.

Who uses php auth? (Widgets for php auth)

Who uses php auth?

Comments

Comment form

No Comments!

Be the first to review this page !

Leave a Comment

Comment form