Re: Client-side password encryption

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Client-side password encryption
Date: 2006-01-05 11:40:24
Message-ID: 43BD05A8.5030306@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Peter Eisentraut wrote:
> The officially sanctioned function for this is now PQencryptPassword() in
> libpq. Please consider using it when available.

Ok, we'll use it ASAP. But how to detect if it's available or not? Some
#define PQENCRYPT_AVAILABLE 1 would be helpful.

Regards,
Andreas

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Magnus Hagander 2006-01-05 12:23:50 Re: Client-side password encryption
Previous Message Peter Eisentraut 2006-01-05 10:45:53 Re: Client-side password encryption