1
0
-1

I need to encrypt the password used for connecting the database server in joget , this  is required as part of  the application audit . Password should not be in readable format in the production server . This is security a issue.

Kindly advice on the same.

 

Regards,

Archana

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Go to Datasource in System Settings to try to submit the datasource profile again, the password will be encrypted.

      1. archana

        Thanks for your response Walter , however I have tried the same but still the password is readable .PFB the contents of the database file (app_datasource-profile.properties) workflowDriver=com.microsoft.sqlserver.jdbc.SQLServerDriver workflowUrl=jdbc\:sqlserver\://hostname\\xyz;DatabaseName\=LSWCH;SelectMethod\=cursor;jwdb?characterEncoding\\\=UTF-8 workflowUser=sa workflowPassword=password

      2. Anders

        Hi, are you using the Community Edition? I believe this only works in the Enterprise Edition.

      3. archana

        yes Anders I am using community edition , can u suggest any other option by which I can achieve the hiding of password.

      CommentAdd your comment...