> -----Original Message-----
> From: Clay Luther [mailto:claycle@cisco.com]
> Sent: 28 May 2003 23:34
> To: John K. Herreshoff; pgsql-odbc@postgresql.org
> Subject: Re: [ODBC] odbc - ssl: how-to-do-it.
>
>
> Actually, this touches on something that I've been wondering about.
>
> Is there any way/what are the ways to secure the passwords
> sent by the PGODBC driver to the DB?
Use md5 passwords. It won't prevent a replay attack, but at least they
won't be plain text.
Regards, Dave.