Tuesday, August 7, 2012

Password decoder

1) cd to $WAS_HOME/plugins directory
2) java -Djava.ext.dirs=.:../lib com.ibm.ws.security.util.PasswordDecoder {xor}some-encoded-password

Output
encoded password == "{xor} some-encoded-password", decoded password == "password-in-clear"

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home