The installer includes a utility that you can use to encrypt passwords you set in the properties file you use to specify options when you run the installer in silent mode. Informatica uses AES encryption with multiple 256-bit keys to encrypt passwords.
You run the utility for each password you want to encrypt. When you run the utility, you specify the value of the password in plain text at the command prompt. The utility generates the password in encrypted format as output. The output includes the following prefix:
=INSTALLER:CIPHER:AES:256=
Copy the complete output string, including the prefix, and then paste it into the properties file as the value for the password property. When you run the installer in silent mode, the installation framework decrypts the password.