md5 password encryption?

From: Andreas <maps(dot)on(at)gmx(dot)net>
To: PostgreSQL mailing lists <pgsql-odbc(at)postgresql(dot)org>
Subject: md5 password encryption?
Date: 2016-11-09 18:59:41
Message-ID: 32fa1578-f304-fa07-3801-af9a042b872f@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi,

how can I use md5 password encryption?
FAQ 3.4 just states that it will work but it doesn't explain how it is used.

Server PostgreSQL 9.5 on UBUNTU 16.04.1 with the standard installation.
postgresql.conf has SSL=ON so I expect it to work? :}

Client is Access 2013 with psqlODBC 9.5.400.
So I'd like to use an ADODB-Connection with VBA.
I can allready connect with plaintext PW. Now I'like to add a bit of
extra security by using encrypted login.

Regards
Andreas

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Adrian Klaver 2016-11-09 20:13:15 Re: md5 password encryption?
Previous Message Andreas 2016-11-09 18:51:54 SSL with Access VBA