Re: prompting for secure data during startup.pl

2003-03-04 Thread Joshua b. Jore/IT/Imation
:Re: prompting for secure data during startup.pl Aaron J Mackey wrote: I need to make some secure data available to mod_perl handlers, without having it physically stored in a file, database, or named shared memory (since if someone can read the handlers' code, then they could read

prompting for secure data during startup.pl

2003-03-03 Thread Aaron J Mackey
I need to make some secure data available to mod_perl handlers, without having it physically stored in a file, database, or named shared memory (since if someone can read the handlers' code, then they could read the sensitive data as well). So I need to prompt for it during server (re)start-up,

Re: prompting for secure data during startup.pl

2003-03-03 Thread Perrin Harkins
Aaron J Mackey wrote: I need to make some secure data available to mod_perl handlers, without having it physically stored in a file, database, or named shared memory (since if someone can read the handlers' code, then they could read the sensitive data as well). So I need to prompt for it during