I have been working on a multi-tier solution that is based off some of the
scripting found at phpbuilder.com. It works with Linux, Apache and MySQL, as
well as uses .htaccess to optionally authenticate, allowing you to
authenticate in multiple ways, depending on what kind of data you are
securing. It runs through SSL(optional) and encrypts password information
using the MD5 hash. It handles multiple groups of users, and site areas
etc...

David, if you are interested in this, let me know. It's almost done. 

Thanks,
Brian Grayless

-----Original Message-----
From: leo g. divinagracia iii [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 12, 2001 12:38 PM
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-DB] I need a User Authentication solution


if you are using apache, you try the .htaccess file authorization
technique...

are you concerned about sending the username and password via plain text
through the wire?   if yes, then you may have to implement SSL on your
server...

David Coleman wrote:
> 
> Hello,
> 
> I'm looking for a complete "User Authentication" solution.  Kind of like
> the "ASP" solution listed below:
> 
>
http://www.powerasp.com/content/code-snippets/advanced-password-protection.a
sp
> 
> However, I'd like the solution to run on Linux w/ PHP and MySQL.
> 
> Does anyone know of an "off-the-shelf" password protection script I
> could purchase? Or, can someone help me develop
> one.
> 
> Thanks!
> 
> -David
> 
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
Leo G. Divinagracia III
[EMAIL PROTECTED]

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to