Re: encrypted file

2010-04-08 Thread Akhthar Parvez K
appropriately. I > > would like to encrypt the file so that the users wouldn't see the contents > > in the file. I can't accomplish this task with changing the persmission of > > the file as that should be readable. It doesn't look possible to me because > > if the (

Re: encrypted file

2010-04-08 Thread Rob Coops
y. I > would like to encrypt the file so that the users wouldn't see the contents > in the file. I can't accomplish this task with changing the persmission of > the file as that should be readable. It doesn't look possible to me because > if the (encrypted) file can be de

encrypted file

2010-04-08 Thread Akhthar Parvez K
ontents in the file. I can't accomplish this task with changing the persmission of the file as that should be readable. It doesn't look possible to me because if the (encrypted) file can be decrypted by the script, it can be decrypted by anyone else. Does anyone have any idea that would

Re: DBI, Win32::ODBC, encrypted file, udl questions

2002-08-29 Thread Roger Perttu
; >... > >or > >use Win32::ODBC; >$data = new Win32::ODBC("DSN = teradata1; UID=uname; PWD=moo;"); >... > >My questions are: > >(1) How do I create an encrypted file to store "moo", open that file and >pass "moo" to t

DBI, Win32::ODBC, encrypted file, udl questions

2002-08-29 Thread mrtlc
new Win32::ODBC("DSN = teradata1; UID=uname; PWD=moo;"); ... My questions are: (1) How do I create an encrypted file to store "moo", open that file and pass "moo" to the database? or (2) How do I pass an user name and a password to the DSN teradata1 from