mephit has asked for the wisdom of the Perl Monks concerning the following question:
I think I remember reading somewhere a long time ago, that, when using a database in a CGI script, instead of putting one's database login info directly in the CGI script, one should put it in a separate file and include it or otherwise make the information available to the CGI script. If I could remember where I read this, I would go and read it again to make sure it said what I think it said, but I don't, so I'm asking you folks. Is there any advantage to doing this? Thanks.
--
Mephit -- There are 10 kinds of people: those that understand binary, and those that don't.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Possible CGI/database security issue?
by Jenda (Abbot) on May 20, 2002 at 21:59 UTC | |
Re: Possible CGI/database security issue?
by BazB (Priest) on May 20, 2002 at 20:37 UTC | |
Re: Possible CGI/database security issue?
by particle (Vicar) on May 20, 2002 at 22:05 UTC | |
Re: Possible CGI/database security issue?
by dsheroh (Monsignor) on May 21, 2002 at 15:18 UTC |