RE: Re[2]: HTTP authentication

From: "Christian Marschalek" <cm(at)chello(dot)at>
To: "'Jason k Larson'" <jlarson(at)harrison(dot)org>
Cc: "[PHP] PostgreSQL" <pgsql-php(at)postgresql(dot)org>
Subject: RE: Re[2]: HTTP authentication
Date: 2001-04-27 20:56:40
Message-ID: 000301c0cf5c$8ed8fd20$0200a8c0@server
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

> From: Jason k Larson [mailto:jlarson(at)harrison(dot)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)

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Christian Marschalek 2001-04-27 21:00:34 RE: HTTP authentication
Previous Message Christian Marschalek 2001-04-27 20:54:21 RE: HTTP authentication