Encode passwords in properties files

Use the PropFilePasswordEncoder script to encode passwords in properties files.

Authority

To run this script, your user profile must have *ALLOBJ authority.

Syntax

PropFilePasswordEncoder fileName { passwordPropertiesList
  | -SAS } [ -instance instance ] [ -help | -? ]

Note: You must specify either the passwordPropertiesList parameter or the -SAS parameter.

Parameters

Examples

This command encodes the passwords in the sas.client.props file for the default WebSphere Application Server - Express instance:

/QIBM/ProdData/WebASE51/ASE/bin/PropFilePasswordEncoder
  /QIBM/UserData/WebASE51/ASE/default/properties/sas.client.props -SAS

This command encodes passwords in the soap.client.props file for the default Websphere Application Server - Express instance:

/QIBM/ProdData/WebASE51/ASE/bin/PropFilePasswordEncoder
  /QIBM/UserData/WebASE51/ASE/default/properties/soap.client.props
  com.ibm.SOAP.loginPassword,com.ibm.ssl.keyStorePassword,com.ibm.ssl.trustStorePassword

Note: These commands are wrapped for display purposes. When you run the PropFilePasswordEncoder script, enter the command as a single line.