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