If you need to
encrypt passwords for use in proxy settings, you can use the Business Automation Workflow EncryptPassword utility.
Procedure
To encrypt passwords, complete the following steps:
- From a command prompt, go to the
install_root/BPM/Lombardi/lib directory.
- Run the
java -cp utility.jar com.lombardisoftware.utility.EncryptPassword <password> command,
where <password> is the password that you want
to encrypt. For example, run the following command:
java -cp utility.jar com.lombardisoftware.utility.EncryptPassword JohnDoe
The
result is the following code:
taVCmTLTWWgkTvfvavu/7g==:sROM4ZbvqRDFYMobWXqvwg==
Important: If you are running the utility from a different directory,
replace utility.jar with the exact path to the utility.jar file.
- If the utility fails with a
ClassNotFoundException exception, set your Java™ home to the following directory before you run the utility again: install_root/AppServer/java/bin/java
-
Replace the existing encrypted password in your Business Automation Workflow configuration files as described in the topic
Configuring Proxy Settings.
Restriction: You cannot use the EncryptPassword utility to decrypt passwords that are
already encrypted.
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15