0% found this document useful (0 votes)
120 views

Decrypt Weblogic

The document provides instructions for decrypting an encrypted password on a Weblogic server. It instructs logging into the server, copying a Python script to the security directory, setting the environment variable, running the script with WLST, and entering the encrypted password to receive the decrypted password.

Uploaded by

Rakesh Kumar
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
120 views

Decrypt Weblogic

The document provides instructions for decrypting an encrypted password on a Weblogic server. It instructs logging into the server, copying a Python script to the security directory, setting the environment variable, running the script with WLST, and entering the encrypted password to receive the decrypted password.

Uploaded by

Rakesh Kumar
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Login to Weblogic server box Example here aukwc1ax. Now go to below location.

aukwc1ax:bea:/opt/bea_domains/wf_prd1_wcp/security

In this location copy the py script I have provided. Now got to below location and set the environment variable.

aukwc1ax:bea:/opt/bea_domains/wf_prd1_wcp/bin
./setDomainEnv.sh Now go to below location and run the script

aukwc1ax:bea:/opt/bea_domains/wf_prd1_wcp/security
java weblogic.WLST decryptpasswd.py Now it will ask for encrypted password so provide the encrypted password. Once you enter the encrypted password, you will get the decrypted password.

You might also like