RE: Can cocoon handle password encryption in cocoon.xconf ?

2003-02-14 Thread Morrison, John
> From: Kirula Leelasena [mailto:[EMAIL PROTECTED]] > > Yes I am running on NT. Any examples of how to setup > 'secured' datasources and connecting via JDBC. > Currently my databases are setup on cocoon.xconf as below :- > > > > > jdbc:oracle:thin:@my_server:my_port:my_

RE: Can cocoon handle password encryption in cocoon.xconf ?

2003-02-14 Thread Kirula Leelasena
cc: 14/02/2003 10:32Subject: RE: Can cocoon handle password encryption in cocoon.xconf Please respond to?

RE: Can cocoon handle password encryption in cocoon.xconf ?

2003-02-14 Thread Morrison, John
Oh how well I know the stupidity of corporations. Question: do you need to store the connection information there at all? If you are running on NT (I presume you can do this on *nix, but I'm no expert), you could setup a datasource (which can be secured and contains the password etc to connect) t

RE: Can cocoon handle password encryption in cocoon.xconf ?

2003-02-14 Thread Kirula Leelasena
ian.com> <[EMAIL PROTECTED]> cc: 14/02/2003 10:23 Subject: RE: Can cocoon handle password encryption in co

RE: Can cocoon handle password encryption in cocoon.xconf ?

2003-02-14 Thread Morrison, John
> From: Kirula Leelasena [mailto:[EMAIL PROTECTED]] > > Hi, > Is there anyway to enable password encryption in cocoon's > database connections in cocoon.xconf? > > > > > jdbc:oracle:thin:@my_server:my_port:my_SID > user

Can cocoon handle password encryption in cocoon.xconf ?

2003-02-14 Thread Kirula Leelasena
Hi, Is there anyway to enable password encryption in cocoon's database connections in cocoon.xconf? jdbc:oracle:thin:@my_server:my_port:my_SID username my_encrypted_password Please advise if a password encryption tool can be used to en

Database password encryption in cocoon.xconf

2003-02-12 Thread Kirula Leelasena
Hi, Is there anyway to enable password encryption in cocoon's database connections (ref cocoon.xconf) ? jdbc:oracle:thin:@my_server:my_port:my_SID username my_encrypted_password Please advise if a password encryption tool can be us

Re: Password Encryption

2002-09-22 Thread Christian Haul
On 20.Sep.2002 -- 12:10 PM, Antonio Gallardo Rivera wrote: > I am using authentication against the database. I am storing and geting the > user parameters from a database. My question is: > > How can I encrypt the password to store it then in the database? > > Thanks in advance :) If you want

RE: Password Encryption

2002-09-20 Thread Stefan Seifert
sha.digest(); StringBuffer strEncrypt = new StringBuffer(); for (int intIndex=0; intIndex -Original Message- > From: Antonio Gallardo Rivera > [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 20, 2002 8:10 PM > To: [EMAIL PROTECTED] > Subject: Password Encryption > &g

Password Encryption

2002-09-20 Thread Antonio Gallardo Rivera
I am using authentication against the database. I am storing and geting the user parameters from a database. My question is: How can I encrypt the password to store it then in the database? Thanks in advance :) Antonio Gallardo -