Encrypting database resouce password

2008-11-13 Thread Kevin Nash
Hello, I'm using apache-tomcat-5.5.26, Oracle 10.2.0.3, java version 1.5.0_14 I have a data resource defined in the server.xml and I wish to create a digest of the database password. Resource name=jdbc/oracle auth=Container type=javax.sql.DataSource username=username

Re: Encrypting database resouce password

2008-11-13 Thread Filip Hanik - Dev Lists
if you digest the password to the database, how is tomcat supposed to pass it to the database? Filip Kevin Nash wrote: Hello, I'm using apache-tomcat-5.5.26, Oracle 10.2.0.3, java version 1.5.0_14 I have a data resource defined in the server.xml and I wish to create a digest of the

RE: Encrypting database resouce password

2008-11-13 Thread Kevin Nash
Filip, your correct, the digest is one way Thanks for response, Kevin -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: 13 November 2008 17:01 To: Tomcat Users List Subject: Re: Encrypting database resouce password if you digest the password

Re: Encrypting database resouce password

2008-11-13 Thread Robert Koberg
We use: http://www.jasypt.org/ best, -Rob On Nov 13, 2008, at 11:35 AM, Kevin Nash wrote: Hello, I'm using apache-tomcat-5.5.26, Oracle 10.2.0.3, java version 1.5.0_14 I have a data resource defined in the server.xml and I wish to create a digest of the database password.

Re: Encrypting database resouce password

2008-11-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin, Kevin Nash wrote: I have a data resource defined in the server.xml and I wish to [encrypt the] database password. This question comes up occasionally. Things to consider: 1. If you encrypt the password in context.xml, where will you

Re: Encrypting database resouce password

2008-11-13 Thread Robert Koberg
On Nov 13, 2008, at 12:31 PM, Christopher Schultz wrote: Kevin Nash wrote: I have a data resource defined in the server.xml and I wish to [encrypt the] database password. This question comes up occasionally. Things to consider: 1. If you encrypt the password in context.xml, where will you