Encrypting the Password

Procedure

  1. Go to the command prompt; go to the $MQ_HOME/bin folder.
  2. Type passwordEncryptDecryptTool.bat "<password>"and press ENTER. For example, D:\work\venus_dest\bin>passwordEncryptDecryptTool.bat "tibco123"

  3. The utility provides information about the accessed property file and loaded properties, and then displays the encrypted password.

    For example, the encrypted password for tibco123 is cfMrxokzKTm3zJJLpDW7Jg==.

  4. Place the encrypted password in <ns:Password></ns:Password> tag of the web service request. For example, <ns:Password>cfMrxokzKTm3zJJLpDW7Jg==</ns:Password>