This is how JBoss rolls w/ encrypted passwords in data stores: http://wiki.jboss.org/wiki/EncryptingDataSourcePasswords
On Fri, Apr 25, 2008 at 4:28 PM, Dain Sundstrom <[EMAIL PROTECTED]> wrote: > Does anyone know how other app servers handle this? > > -dain > > > On Apr 24, 2008, at 4:37 AM, sujith k wrote: > > > > > > > Hi, > > > > In my openejb.xml I am storing the user name and password for the > database > > connection in plain text. Is there any way to store the passwords in > > encrypted format in openejb.xml? The connection details are given bellow. > > > > > > # MySQL example > > # > > # This connector will not work until you download the driver at: > > # http://www.mysql.com/downloads/api-jdbc-stable.html > > > > JdbcDriver com.mysql.jdbc.Driver > > JdbcUrl jdbc:mysql://localhost:3306/test > > UserName root > > Password root > > jtamanaged false > > > > > > Thanks in Advance > > Sujith > > -- > > View this message in context: > http://www.nabble.com/Store-the-encrypted-passwords-in-openejb.xml-tp16850189p16850189.html > > Sent from the OpenEJB User mailing list archive at Nabble.com. > > > >
