Re: JDBC/Postgres Question . . . - Mailing list pgsql-jdbc

From Peter Eisentraut
Subject Re: JDBC/Postgres Question . . .
Date
Msg-id Pine.LNX.4.30.0201071429340.805-100000@peter.localdomain
Whole thread Raw
In response to JDBC/Postgres Question . . .  ("Peter E. Chen" <pchen3@jhmi.edu>)
List 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@gmx.net


pgsql-jdbc by date:

Previous
From: "Peter E. Chen"
Date:
Subject: JDBC/Postgres Question . . .
Next
From: Barry Lind
Date:
Subject: Re: JDBC patch for DatabaseMetaData