0 Replies Latest reply on Apr 8, 2004 1:25 PM by zhangj

    encrypt password

    zhangj


      in jboss 3.2.3,config the connection pool to connect to database:
      <driver-class>org.hsqldb.jdbcDriver</driver-class>

      <!-- The login and password -->
      <user-name>sa</user-name>
      < password>abc</ password>
      the password put in plain text
      but even I told client this configuration only stay on server machine,if the server machine protected,nobody knows the password, they still ask if is posible put encrypted password, instead of plain text
      thank you