ConnectALL has a PBKDF2 encryption algorithm with Hmac and SHA1. The algorithm has 128-bit encryption to secure your password. To implement, follow the below steps.

New Installation

  • After finishing the installation, check to see if the Tomcat and ConnectALL core services are running, if they are, stop them.
  • Go to $MULE_HOME/conf/ConnectAll.properties file, add a new parameter encryption.algorithm.name=PBKDF2WithHmacSHA1 and restart both Tomcat and ConnectALL core services.
  • The default login user and password for ConnectALL is admin and welcome. To update the password in the database for the user with the latest algorithm, please execute the below script:
    • UPDATE <DB_NAME>.user SET password='XH9r8Tr8tze6Vb0AKGs1QA==' WHERE user_name='admin';

Then, submit a ticket to our support team for further update of your database password.

Existing Installation

  • Check to see if the Tomcat and ConnectALL core services are running, if they are, stop them.
  • Go to $MULE_HOME/conf/ConnectAll.properties file, add a new parameter encryption.algorithm.name=PBKDF2WithHmacSHA1 and restart both Tomcat and ConnectALL core services.
  • Then, submit a ticket to our support team.  We will provide a script which will update all your ConnectALL passwords with the latest encryption technique to make your application links work.