2 Replies Latest reply on Mar 17, 2005 11:04 AM by rpettyjr

    Secure DataSource connection informations

    knutschik

      Hello!
      Is there a possiblity in JBoss to make connection-informations for a database secure?
      I use '*-ds.xml ' -files in the deploy directory and the elements
      user-name and password for connecting to a database can be read by anybody because they are in plaintext.
      How can I make that secure, so that user-name and password cannot be read. Is there a way to encrypt them or use variables which are stored in a central file only readable for admins?