Google online and found this interesting step to recover websphere 7.1 password.
For encrypting the password we have,
/
The output is
decoded password == "secret", encoded password == "{xor}LDo8LTor"
Hence, you can use the same method to decrypt the encrypted password./
The output is
encoded password == "{xor}LDo8LTor", decoded password == "secret"
If you want to know, you can update the password for the deployment manager and nodes without knowing the password. Check out
Monday, July 09, 2012
Recover websphere password
Labels:
Websphere Application Server
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment