Software AG Products 10.5 | Administering Integration Server | Master Passwords and Outbound Passwords | Working with Outbound Password Settings | Controlling Encryption of Outbound Password File
 
Controlling Encryption of Outbound Password File
The configPassman.cnf file contains properties for each of the available encryption methods for the outbound password file. The default encryption method for the outbound password file is Password-Based Encryption (PBE).
Uncomment the property for the encryption method that you want the outbound password file to use and comment out the properties for the encryption methods that you do not want to use. One and only one of the properties must always be uncommented.
*To change the encryption method for the outbound password file:
1. Use a text editor to open the following file:
Integration Server_directory /instances/instance_name/config/configPassman.cnf
2. Uncomment one of the properties in the following table to indicate the encryption that you want the outbound password file to use.
Property
Description
default.encryptor=EntrustPbePlus
Password-Based Encryption, which is the most secure. This is the default.
default.encryptor=Base64
Base64 encoding, which is not secure.
default.encryptor=None
Clear text, which is not secure.
3. Comment out the remaining properties so that one and only one of the properties is uncommented.
4. Save and close the configPassman.cnf file.