Encrypting passwords

You must encrypt passwords before you put them in the Bootstrap.properties file.

Procedure

  1. Open a command prompt and change to the %CURAM_DIR%\EJBServer directory.
    %CURAM_DIR% is the Cúram installation directory, which by default is C:\IBM\Curam\Development.
  2. Issue the following command:
    build encrypt -Dpassword=password
    where password is the password you want to encrypt.
  3. Copy the encrypted string in the output to the correct location in the Bootstrap.properties file.
    For example, the curam.db.password parameter.