{"id":3706,"date":"2014-11-06T08:18:55","date_gmt":"2014-11-06T00:18:55","guid":{"rendered":"http:\/\/rmohan.com\/?p=3706"},"modified":"2014-11-06T08:19:13","modified_gmt":"2014-11-06T00:19:13","slug":"recover-websphere-password","status":"publish","type":"post","link":"https:\/\/mohan.sg\/?p=3706","title":{"rendered":"Recover websphere password"},"content":{"rendered":"<p>Google online and found this interesting step to recover websphere 7.1 password.<\/p>\n<p>For encrypting the password we have,<\/p>\n<p>\/\/java\/bin\/java -Djava.ext.dirs=\/\/deploytool\/itp\/plugins\/com.ibm.websphere.v7_7.0.1.v20100710_0411\/wasJars\/ -cp securityimpl.jar:iwsorb.jar  com.ibm.ws.security.util.PasswordEncoder secret<\/p>\n<p>The output is<\/p>\n<p>decoded password == &#8220;secret&#8221;, encoded password == &#8220;{xor}LDo8LTor&#8221;<\/p>\n<p>Hence, you can use the same method to decrypt the encrypted password.<\/p>\n<p>\/\/java\/bin\/java -Djava.ext.dirs=\/\/deploytool\/itp\/plugins\/com.ibm.websphere.v7_7.0.1.v20100710_0411\/wasJars\/ -cp securityimpl.jar:iwsorb.jar  com.ibm.ws.security.util.PasswordDecoder {xor}LDo8LTor<\/p>\n<p>The output is<\/p>\n<p>encoded password == &#8220;{xor}LDo8LTor&#8221;, decoded password == &#8220;secret&#8221;<\/p>\n<p>If you want to know, you can update the password for the deployment manager and nodes without knowing the password. Check out \/&#8230;\/config\/cells\/\/security.xml. \ud83d\ude42<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Google online and found this interesting step to recover websphere 7.1 password.<\/p>\n<p>For encrypting the password we have,<\/p>\n<p>\/\/java\/bin\/java -Djava.ext.dirs=\/\/deploytool\/itp\/plugins\/com.ibm.websphere.v7_7.0.1.v20100710_0411\/wasJars\/ -cp securityimpl.jar:iwsorb.jar com.ibm.ws.security.util.PasswordEncoder secret<\/p>\n<p>The output is<\/p>\n<p>decoded password == &#8220;secret&#8221;, encoded password == &#8220;{xor}LDo8LTor&#8221;<\/p>\n<p>Hence, you can use the same method to decrypt the encrypted password.<\/p>\n<p>\/\/java\/bin\/java -Djava.ext.dirs=\/\/deploytool\/itp\/plugins\/com.ibm.websphere.v7_7.0.1.v20100710_0411\/wasJars\/ -cp securityimpl.jar:iwsorb.jar com.ibm.ws.security.util.PasswordDecoder {xor}LDo8LTor<\/p>\n<p>The output [&#8230;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[25],"tags":[],"_links":{"self":[{"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/posts\/3706"}],"collection":[{"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mohan.sg\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3706"}],"version-history":[{"count":2,"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/posts\/3706\/revisions"}],"predecessor-version":[{"id":3708,"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/posts\/3706\/revisions\/3708"}],"wp:attachment":[{"href":"https:\/\/mohan.sg\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3706"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mohan.sg\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3706"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mohan.sg\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3706"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}