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
Enabling encrypted passwords in proxy settings.
Restriction: You cannot use the EncryptPassword utility to decrypt passwords that are
already encrypted.