Re: fetching encrypted passwords for oracle username in Perl !

2008-07-14 Thread Rob Dixon
Amit Saxena wrote: > > Let me explain the scenario in detail. > > My application users Perl-DBI and at present I have encoded my username and > password in the perl program. Now, as my > testing is over, I would like to publish this code to my team so that they > can checkout the latest version

Re: fetching encrypted passwords for oracle username in Perl !

2008-07-14 Thread Amit Saxena
No Jeff, that's not what I am looking for. Let me explain the scenario in detail. My application users Perl-DBI and at present I have encoded my username and password in the perl program. Now, as my testing is over, I would like to publish this code to my team so that they can checkout the latest

Re: fetching encrypted passwords for oracle username in Perl !

2008-07-14 Thread Jeff Peng
On Mon, Jul 14, 2008 at 4:40 PM, Amit Saxena <[EMAIL PROTECTED]> wrote: > Hi > > Instead of hard-coded passwords in my source code or an input file, I would > like to enable some sort of encryption through some keys for all the > usernames in Oracle 10g. > > Please let me know how to do that with P