Обсуждение: jdbc security

Поиск
Список
Период
Сортировка

jdbc security

От
"Shrish"
Дата:
Hi All,

I connect to Database using JDBC. I would like to know if there is a
way I can make my communication with database server secure. In other
words, I want my data to be encrypted on its way to database while it
in network.

Thanks,
Shrish


Re: jdbc security

От
Kris Jurka
Дата:

On Wed, 16 Feb 2005, Shrish wrote:

> I connect to Database using JDBC. I would like to know if there is a
> way I can make my communication with database server secure. In other
> words, I want my data to be encrypted on its way to database while it
> in network.
>

Please see the SSL connection chapter in the JDBC manual:

http://jdbc.postgresql.org/documentation/80/ssl.html

Kris Jurka