RE: Re[2]: HTTP authentication - Mailing list pgsql-php

From Christian Marschalek
Subject RE: Re[2]: HTTP authentication
Date
Msg-id 000301c0cf5c$8ed8fd20$0200a8c0@server
Whole thread Raw
Responses Re[4]: HTTP authentication  (Jason k Larson <jlarson@harrison.org>)
RE: Re[2]: HTTP authentication  (Jesus Aneiros <aneiros@ucfinfo.ucf.edu.cu>)
Re: HTTP authentication  (Jason k Larson <jlarson@harrison.org>)
List pgsql-php
> From: Jason k Larson [mailto:jlarson@harrison.org]
>
> I have written a library to handle this.  It is fairly secure
> not allowing the password to be seen except as an MD5 digest.
>  The only requirement is being able to deal with the MD5
> digest.  For instance I have a PgSQL Table with fields User
> ID, Username, Password, and Status.  I give each User and
> unique ID and the Password field contains and MD5 digest of
> the password and I use status (boolean) to tell me if the
> user is active or not.

What exactly is a MD5 diggest? :o)


---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)




pgsql-php by date:

Previous
From: "Adam Lang"
Date:
Subject: Re: HTTP authentication
Next
From: "Christian Marschalek"
Date:
Subject: RE: HTTP authentication