Total Pageviews

Saturday, September 21, 2019

Decrypt the password using wlst


wls:/offline> domain = "/app/Oracle/Middleware/user_projects/domains/base_domain"
wls:/offline> service = weblogic.security.internal.SerializedSystemIni.getEncryptionService(domain)
wls:/offline> encryption = weblogic.security.internal.encryption.ClearOrEncryptedService(service)
wls:/offline> print encryption.encrypt("pwd_oimsys1")

No comments:

Post a Comment