in reply to Re^2: DBI & CGI Security
in thread DBI & CGI Security

I assume you don't want the users to supply the password for the DBI connect string, right? If that is the case you could store the password in a file (encrypted with some sort of PKI possibly). Just a suggestion, hopefully some monk will give a better one. Also you might want to poke around the Monastery some more. I've seen this issue discussed before here. I asked a simiular question a while back and got many good suggestions.

Plankton: 1% Evil, 99% Hot Gas.

Replies are listed 'Best First'.
Re^4: DBI & CGI Security
by Berik (Sexton) on Jun 03, 2004 at 23:11 UTC
    You should consider if this is what you're looking for. More convenient would be to make a module doing the SQL connect, and make it chmod 0600.
    ---
    Berik