Skip to content

Instantly share code, notes, and snippets.

@phi1ipp
Last active June 28, 2021 22:02
Show Gist options
  • Save phi1ipp/4501c67bfda1c17b9d0bcd77c96d47df to your computer and use it in GitHub Desktop.
Save phi1ipp/4501c67bfda1c17b9d0bcd77c96d47df to your computer and use it in GitHub Desktop.

Revisions

  1. phi1ipp revised this gist Jun 28, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original 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)
    encryption.decrypt("<encrypted_value>")
    print(encryption.decrypt("<encrypted_value>"))
  2. phi1ipp created this gist Nov 19, 2020.
    6 changes: 6 additions & 0 deletions gistfile1.txt
    Original 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>")