Esteemed monks,
I am writing a series of CGI scripts that tie into a backend Oracle database. My question regards storing the web user's database username and password, by which I mean not the individual users login/password information but the database login/password used by the CGI scripts to run queries, insert records, etc.
Right now I have this information sitting in a text file outside the web directory heirarchy on the Apache server. Are there alternate strategies for storing this information securely?