Skip to main content
Mitratech Success Center

Client Support Center

Need help? Click a product group below to select your application and get access to knowledge articles, webinars, training content, and release notes or to contact our support team.

Authorized users - log in to create a ticket, view tickets status and check your success plan details.

 

Encryption Tool

When editing any passwords in the TeamConnect teamconnect.properties file--ONLY in this file, which is the web application descriptor, not elsewhere--you must encrypt the password using the TeamConnect Encryption Tool provided in your TeamConnect installation media.

Important: Make sure to modify the following instructions according to your operating system.

To encrypt a password:

  1. In a command-line window, navigate to the directory /utilities/encrypt on the TeamConnect installation media.
  2. Make sure your Java bin path is set properly. For more information on setting this path, see your Java documentation.
  3. Run the following command:
    java -jar encrypt.jar yourpassword
    Replace your password in the example above with the password you would like to encrypt.
    This command outputs an encrypted version of your password. The encrypted password is a string of capital letters. You may copy this password and paste it where necessary.
  • Was this article helpful?