Re: encrypted passwords

From: jseymour(at)linxnet(dot)com (Jim Seymour)
To: pgsql-general(at)postgresql(dot)org
Subject: Re: encrypted passwords
Date: 2004-06-08 10:43:47
Message-ID: 20040608104347.7D60E430E@jimsun.linxnet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>
> I cannot set up password authentication with encrypted passwords. With
> plaintext passwords auth works fine. So my guess is that I am using an
> incorrect password encryption program.
>
> What encryption utility should I use to store an MD5 password?
>
> I tried md5sum, but passwords encrypted with md5sum will not let me log in.
>
> I also tried classic "crypt", and I used Python's crypt module to
> encrypt my password, and it did not work either.

You don't manually encrypt them with anything. You enter them
plain-text and pgsql encrypts them before storage.

Jim

Responses

Browse pgsql-general by date

  From Date Subject
Next Message mike 2004-06-08 11:37:48 problem with inserting a generated seq no into not null field
Previous Message Michael Kleiser 2004-06-08 10:17:36 When to use postgreSQL , when to use other