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.

Reply via email to