To use password encoding with WebSphere Application Server administrative commands and Java clients, passwords must be manually encoded in the soap.client.props and sas.client.props files using the PropFilePasswordEncoder tool. To run the script, your user profile must have *ALLOBJ authority.
profile_root/bin/PropFilePasswordEncoder -profileName server1 profile_root/properties/sas.client.props -SASFor example, to encode the passwords for properties in the soap.client.props file for the default standalone application server profile, enter the following command:
profile_root/bin/PropFilePasswordEncoder -profileName server1 profile_root/properties/soap.client.props com.ibm.SOAP.loginPassword,com.ibm.ssl.keyStorePassword, com.ibm.ssl.trustStorePassword
For more information on the sas.client.props utility, see the PropFilePasswordEncoder command reference.