websphere Decoder / Encoder

  1. Open console and goto directory /usr/IBM/WebSphere/AppServer,
    encode: 
  2. java -cp plugins/com.ibm.ws.runtime.jar:lib/bootstrap.jar:runtimes/com.ibm.jaxws.thinclient_7.0.0.jar com.ibm.ws.security.util.PasswordEncoder password
    decode: 
  3. java -cp plugins/com.ibm.ws.runtime.jar:lib/bootstrap.jar:runtimes/com.ibm.jaxws.thinclient_7.0.0.jar com.ibm.ws.security.util.PasswordDecoder {xor}Lz4sLCgwLTs=

---------------------------------------------------------------------

--db password

/was/WebSphere/AppServer/profiles/Dmgrprd/config/cells/PRD/clusters/cluster/resources.xml

--consle password

猜你喜欢

转载自andyniu.iteye.com/blog/2323793