Re: Storing/Using Passwords

From: Prasanth <dbadmin(at)nqadmin(dot)com>
To: William Shatner <shatner(dot)william(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Storing/Using Passwords
Date: 2005-05-18 14:33:16
Message-ID: 428B522C.1050301@nqadmin.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-jdbc

You can probably store a md5 of the password.

But when you do that you can't retrieve the password.

If some one forgets their password you have to reset it.

-Prasanth.

William Shatner wrote:
> Hello,
>
>
> I am using PostgreSQL 8.0 as a data repository for a Java based system
> and I now want to add users to my java program with usernames and
> passwords. Is their an encrypted password field I can use in a User
> Table to store passwords or what would be the best way to approach
> this?
>
> The usernames and passwords will apply for connection to the to the
> java program only. All users will be connecting to the PostgreSQL
> database transparently using the same username/password stored in a
> properties file to validate their java program username/passwords.
>
>
> Kind Regards,
> Will
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Hugo 2005-05-18 15:23:58 Newbie question
Previous Message Scott Marlowe 2005-05-18 14:32:33 Re: [JDBC] Storing/Using Passwords

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jarosław Jan Pyszny 2005-05-22 01:14:27 Translation update: pl_PL
Previous Message Scott Marlowe 2005-05-18 14:32:33 Re: [JDBC] Storing/Using Passwords