Jitendra,
I have never used the utility to unencode a password. Not sure the utility can do that. To encode a password follow the following steps.
This example stores the administrator password so you do not have to enter it at the command line when starting/stopping application servers.
1. Edit the file ${WAS_HOME}/properties/soap.client.props
add a username and password to the fields
com.ibm.SOAP.loginUserid=
com.ibm.SOAP.loginPassword=
2. Change to directory
${WAS_HOME}/bin/
Run command
./PropFilePasswordEncoder.sh ../properties/soap.client.props com.ibm.SOAP.loginPassword
After running the command your file will look something like
com.ibm.SOAP.loginUserid=wasadm
com.ibm.SOAP.loginPassword={xor}KKWg8Mj5Yuh=
Basically you are passing it 2 arguments the File Name where the password exists and the Value from the file you want encoded.
Shawn
------------------------------
Shawn Overs
Client Technology Manager
------------------------------