Decrypting the Password

Use the similar encryption procedure to decrypt the password.

Note: You cannot decrypt the password for the TIBCO MDM version 9.0.1 or earlier. If you enter the old encrypted password, the new encrypted password is returned instead of returning the decrypted password.

Procedure

  1. Place the encrypted string in the command prompt instead of the text password. For example, $MQ_HOME/bin>passwordEncryptDecryptTool.bat "cfMrxokzKTm3zJJLpDW7Jg==".
  2. After entering the encrypted string as input, the utility returns the original decrypted password. In this case, tibco123.
    Warning: You must specify double quotes for the text password or encrypted password, else the utility does not perform encryption or decryption.