3 Replies Latest reply on Apr 1, 2005 3:41 AM by keanthian

    encrypt password

    zhangj

      when I config the ssl for jboss like:

      <Connector className = "org.apache.coyote.tomcat4.CoyoteConnector"
      ...
      keystoreFile="${jboss.server.home.dir}/conf/chap8.keystore"
      keystorePass="password"
      protocol = "TLS"/>


      I have to put password as a plain text,same thing in JDBC connection ,I have to put user name and password as plain text as
      <user-name>sa</user-name>
      < password>password< /password>

      is there any way to encrypt these password?