Last active
June 28, 2021 22:02
-
-
Save phi1ipp/4501c67bfda1c17b9d0bcd77c96d47df to your computer and use it in GitHub Desktop.
Revisions
-
phi1ipp revised this gist
Jun 28, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,4 +3,4 @@ domain = "$DOMAIN_HOME" service = weblogic.security.internal.SerializedSystemIni.getEncryptionService(domain) encryption = weblogic.security.internal.encryption.ClearOrEncryptedService(service) print(encryption.decrypt("<encrypted_value>")) -
phi1ipp created this gist
Nov 19, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ #!$MW_HOME/oracle_common/common/bin/wlst.sh domain = "$DOMAIN_HOME" service = weblogic.security.internal.SerializedSystemIni.getEncryptionService(domain) encryption = weblogic.security.internal.encryption.ClearOrEncryptedService(service) encryption.decrypt("<encrypted_value>")