Thursday, February 4, 2021

Decrypting Weblogic Password

Sometimes we may forget the password we set for weblogic. At such times this method will be very much helpful.  

Below is the step by step process to decrypt the password for weblogic.

  1. Take a backup of the boot.properties file

  2. Note the value of encrypted password

  3. Now invoke the WebLogic scripting tool                                                                                            sh wlst.sh

  4. Pass the values for Domain, service, encryption and password                                                  wls:/offline> domain = "<Domain Value>"

    wls:/offline> service = weblogic.security.internal.SerializedSystemIni.getEncryptionService(domain)

    wls:/offline> encryption = weblogic.security.internal.encryption.ClearOrEncryptedService(service)

    wls:/offline> print encryption.decrypt("<Encrypted Password>")


  5. Your password will be decrypted
  6. Now you can use the decrypted password to start the Admin server


****************************நன்றி****************************



No comments:

Post a Comment

IAS Cache initialization failed

 Today I faced an Issue in R12.2 instance. The solution I followed to overcome the issue is very simple, but they are more than one solution...