> Hi,
>
> Is there any cryptography in PostgreSQL network connections??? I would
> like to know if it is safe to query data like passwords on a PostgreSQL
> server, from several clients.
>
> In other words: PostgreSQL network connections are secured agains
> sniffers?
See:
http://www.postgresql.org/idocs/index.php?ssl-tcp.html
- and/or -
http://www.postgresql.org/idocs/index.php?ssh-tunnels.html
HTH,
-- Joe