Re: JDBC/Postgres Question . . .

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "Peter E(dot) Chen" <pchen3(at)jhmi(dot)edu>
Cc: "Postgres (JDBC)" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: JDBC/Postgres Question . . .
Date: 2002-01-07 19:31:24
Message-ID: Pine.LNX.4.30.0201071429340.805-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Peter E. Chen writes:

> I have set the AUTHTYPE in my pg_hba.conf file to use crypt. Does this mean
> that passwords sent via JDBC is encrypted?

Yes.

> And if so, what type of encryption is postgres using?

Triple DES

See also

http://www.de.postgresql.org/users-lounge/docs/7.1/postgres/client-authentication.html

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Laurette Cisneros 2002-01-08 00:26:39 best way to use bitvarying?
Previous Message Peter E. Chen 2002-01-07 19:00:01 JDBC/Postgres Question . . .