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
------------------------------
Original Message:
Sent: 07-03-2018 08:19
From: jitendra singh
Subject: Needs a script to encrypt and decrypt websphere xml passwords
Hi Team,
Could you please help me how to use password encoding and decoding utility provided for WAS by IBM.
Thanks,
Jitendra Singh
------------------------------
jitendra singh
------------------------------