Re: Question regarding whether the Postgres JDBC driver supports

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Question regarding whether the Postgres JDBC driver supports
Дата
Msg-id 200201152255.g0FMtwc28908@candle.pha.pa.us
обсуждение исходный текст
Ответ на Question regarding whether the Postgres JDBC driver supports password encryption . . .  ("Peter E. Chen" <pchen3@jhmi.edu>)
Список pgsql-jdbc
Peter E. Chen wrote:
> Hey All,
>
> Does anyone know whether or not the Postgres JDBC driver supports password
> encryption?  I have set the AUTHTYPE to "encrypt" and I have been able to
> successfully connect to the database with the JDBC driver.  Does this mean
> that the password via Postgres JDBC is encrypted?  And if so, what type of
> encryption is this?

There is no 'encrypt' auth, just 'crypt' which uses Unix crypt()
encryption.  7.2 will also support MD5 encryption, and encryption of
passwords stored in the server.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Peter E. Chen"
Дата:
Сообщение: Question regarding whether the Postgres JDBC driver supports password encryption . . .
Следующее
От: "zhousj"
Дата:
Сообщение: jdbc bug