Download List

專案描述

AUTH_MD5 is a client- and server-based
authentication framework with a PHP and JavaScript
class and challenge-response scheme. The server
generates for each request a new challenge, stores
it in the session, and transmits it to the client.
If the client connects for the first time, the
server stores its IP address in the session. The
client generates the md5 based on the password of
the login form and the challenge, and sends it
together with the login to the server. Then the
server computes a md5 from the stored challenge
and the password and compares it with the md5 from
the client. If they match, the user is
authenticated. For each following request of the
client the md5 of password and challenge will be
checked.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-12-16 23:47
0.40

Two bugs were fixed: Due to the empty cookie bug, the first login always failed. The rewriteAll method failed when the login form was missing.
標籤: Major bugfixes

2002-12-08 08:40
0.30

This version includes better Javascript support, improves the challenge, moves all session variables to the associative array _AUTH_MD5, changes the request parameter from MD5 to auth, adds a time out function, fixes a problem where if the server had a port number specified, the rewriteLink method failed, and separates the challenge and salt of the first response.
標籤: Major feature enhancements

2002-10-28 20:38
0.10

標籤: Initial freshmeat announcement

Project Resources