grassbl8d
9/26/2017 - 4:19 PM

WebSphere wsadmin-embedded password en/decoder

WebSphere wsadmin-embedded password en/decoder

Decode WAS password:

./wsadmin.sh -lang jython -conntype none -c "import com.ibm.ws.security.util.PasswordDecoder as pd; pd.main(['{xor}aG1rNzlqNW07a28y']);"

Encode WAS password:

./wsadmin.sh -lang jython -conntype none -c "import com.ibm.ws.security.util.PasswordEncoder as pd; pd.main(['test123']);"