Re: How to allow users to log on only from my application not from pgadmin

From: Mark Walker <furface(at)omnicode(dot)com>
To:
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to allow users to log on only from my application not from pgadmin
Date: 2007-02-01 23:04:11
Message-ID: 45C271EB.1@omnicode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm curious. How do you feel about having a scrambling algorithm
embedded in your application, but having the scrambled password publicly
readable in a config file? Does that seem secure? This is what you
have to do if you want your users to connect to different databases
choosing their own password.

How would you deal with open source applications where the
scrambling/unscrambling algorithms would presumably be public? Are
there methodologies for developing custom algorithms that could be
triggered during builds?

>
> If it is encrypted within the source code then the only way to steal
> the credentials would be to reverse engineer the application.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Demel, Jeff 2007-02-01 23:06:49 Re: Subqueries - performance and use question
Previous Message Magnus Hagander 2007-02-01 23:03:49 Re: I "might" have found a bug on 8.2.1 win32