1 Reply Latest reply on Nov 12, 2014 8:47 AM by nadirx

    Encrypting JDBC Connection details for Modeshape

    deepak_a

      All,

       

      I am using Modeshape 3.8.0 Final and infirnispan 5.3.0.Final.

      My modeshape-repository-config.json refers to the infinispan-config.xml.

       

       

      infinispan uses stringKeyedJdbcStore, the JDBC connection details are specified as follows

       

      <stringKeyedJdbcStore  xmlns="urn:infinispan:config:jdbc:5.2"  fetchPersistentState="false" ignoreModifications="false" purgeOnStartup="false">
      <connectionPool driverClass="oracle.jdbc.driver.OracleDriver"
      connectionUrl="jdbc:oracle:thin:@localhost:1521:xe"
      username="test" password="test"/>

       

       

      I would like to know how to encrypt the password?

      Currently its a clearText and I need to store as an encrypted string.

       

      Is this supported out of the box?

       

       

      regards