encrypted passwords - Mailing list pgsql-general

From Milos Prudek
Subject encrypted passwords
Date
Msg-id 40C58E1A.3080007@bvx.cz
Whole thread Raw
List 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


pgsql-general by date:

Previous
From: Klint Gore
Date:
Subject: mailing list oddities
Next
From: Michael Kleiser
Date:
Subject: When to use postgreSQL , when to use other