Re: Password encryption method - Mailing list pgsql-general

From Andrus
Subject Re: Password encryption method
Date
Msg-id 016901c73d5f$f24ae310$4607eb50@acer
Whole thread Raw
In response to Password encryption method  (Bertram Scharpf <lists@bertram-scharpf.de>)
List pgsql-general
> No, the tables would be on the server, the same as was already being done.
> Using a separate table makes it more future proof.

To access tables in server, you need to login into server.
To login into server, you need postresql user name and password sent by
client and thus stored in client computer.

It is possible to obtain this information from client computer and use it
for unauthirized access to data.

Andrus.




pgsql-general by date:

Previous
From: webb.sprague@gmail.com
Date:
Subject: Regular expressions and arrays and ANY() question
Next
From: brian stone
Date:
Subject: Re: More grist for the PostgreSQL vs MySQL mill