encrypted passwords

From: Milos Prudek <prudek(at)bvx(dot)cz>
To: pgsql-general(at)postgresql(dot)org
Subject: encrypted passwords
Date: 2004-06-08 09:59:54
Message-ID: 40C58E1A.3080007@bvx.cz
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.

--
Milos Prudek

Browse pgsql-general by date

  From Date Subject
Next Message Michael Kleiser 2004-06-08 10:17:36 When to use postgreSQL , when to use other
Previous Message Klint Gore 2004-06-08 02:56:37 mailing list oddities