Home
IDCS
OIM11gR2
OIM
OAM11GR2
OAM
OHS
Directory Server
Contact Us
ORACLE IAM
(HTTP://ORACLEIAM.COM/)
O R AC L E I D E N T I T Y A N D AC C E S S M A N G E M E N T
Decrypt weblogic password
Jayaseelan Kanakaramkodi (http://oracleiam.com/author/jayaseelan/) 1 Comment
(http://oracleiam.com/decrypt-weblogic-password/#comments)
Post Views: 29,282
This post explains the steps to decrypt weblogic password using the wlst scripts.
Navigate to <MIDDLEWARE_HOME>/oracle_common/common/bin .
Execute ./wlst.sh
(http://oracleiam.com/wp-content/uploads/2016/09/decrypt-weblogic-password1.png)
Set the values for domain ,service and encryption variables
where the value for domain is the path to your weblogic domain
domain = “/opt/fmw/Oracle/Middleware/user_projects/domains/soadomain/”
service = weblogic.security.internal.SerializedSystemIni.getEncryptionService(domain)
encryption = weblogic.security.internal.encryption.ClearOrEncryptedService(service)
(http://oracleiam.com/wp-content/uploads/2016/09/decrypt-
weblogic-password2.png)
In another tab, Navigate to the security (<DOMAIN/servers/AdminServer/security>) folder to copy the encrypted
password you want to decrypt.
(http://oracleiam.com/wp-content/uploads/2016/09/decrypt-
weblogic-password3.png)
Open boot.properties
(http://oracleiam.com/wp-content/uploads/2016/09/decrypt-
weblogic-password4.png)
To decrypt weblogic password , copy the value for password from the boot.properties file.
Replace the the value of <encrypted_value> with the copied value from boot.properties in the below command
print “Weblogic server Admin password : %s” %encryption.decrypt(“<encrypted_value>“)
print “Weblogic server Admin password: %s”
%encryption.decrypt(“{AES}xblewzHC24u541QNckPwWoPNd+aaFxc387UmNvjrlEM=“)
The weblogic password will be displayed.
(http://oracleiam.com/wp-content/uploads/2016/09/decrypt-
weblogic-password6.png)
Steps to decrypt weblogic username is explained here (http://oracleiam.com/decrypt-weblogic-username/) .
Similarly you can decrpt any encrypted password in this way .
Weblogic (http://oracleiam.com/category/weblogic/) decrypt weblogic password
(http://oracleiam.com/tag/decrypt-weblogic-password/), weblogic (http://oracleiam.com/tag/weblogic-2/), Weblogic
11g (http://oracleiam.com/tag/weblogic-11g/) Bookmark (http://oracleiam.com/decrypt-weblogic-password/)
PREVIOUS ARTICLE NEXT ARTICLE
Decrypt weblogic username Adaptive Authentication Service for Second
(http://oracleiam.com/decrypt-weblogic- Factor Authentication in OAM11gR2 PS3
username/) (http://oracleiam.com/adaptive-
authentication-service-for-second-factor-
authentication-in-oam11gr2-ps3/)
1 RESPONSE
Pingback: Decrypt weblogic username - Oracle IAM (http://oracleiam.com/decrypt-weblogic-username/)
Leave a Reply
Your email address will not be published. Required fields are marked *
Name*
Email*
Website
Message...
You may use these HTML (HyperText Markup Language) tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del
datetime=""> <em> <i> <q cite=""> <strike> <strong>
POST COMMENT
L I N K E D I N P RO F I L E
EMAIL SUBSCRIPTION
Email Subscription
SUBSCRIBE
CAT EG O R I E S
Directory Server (http://oracleiam.com/category/directory-server/) (16)
ODSEE (http://oracleiam.com/category/directory-server/odsee/) (4)
ODSM (http://oracleiam.com/category/directory-server/odsm/) (1)
OID (http://oracleiam.com/category/directory-server/oid/) (8)
OUD (http://oracleiam.com/category/directory-server/oud/) (3)
IDCS (http://oracleiam.com/category/idcs/) (4)
Java (http://oracleiam.com/category/java/) (2)
OAAM (http://oracleiam.com/category/oaam/) (1)
OAM (http://oracleiam.com/category/oam/) (24)
OAM11GR2 (http://oracleiam.com/category/oam/oam11gr2/) (8)
Install and Configure (http://oracleiam.com/category/oam/oam11gr2/install-and-configure-
oam11gr2/) (1)
OAM11gR2PS3 (http://oracleiam.com/category/oam/oam11gr2ps3/) (5)
webgate (http://oracleiam.com/category/oam/webgate/) (4)
OHS (http://oracleiam.com/category/ohs/) (4)
OIM (http://oracleiam.com/category/oim/) (28)
OIM11gR2 (http://oracleiam.com/category/oim/oim11gr2ps2/) (22)
Challenge Questions (http://oracleiam.com/category/oim/oim11gr2ps2/challenge-questions/) (3)
Connectors (http://oracleiam.com/category/oim/oim11gr2ps2/connectors/) (2)
Installation and Configuration (http://oracleiam.com/category/oim/oim11gr2ps2/installation-and-
configuration/) (7)
Organization (http://oracleiam.com/category/oim/oim11gr2ps2/organization/) (1)
Password Policy (http://oracleiam.com/category/oim/oim11gr2ps2/password-policy/) (1)
Utilities (http://oracleiam.com/category/oim/oim11gr2ps2/utilities/) (3)
Oracle Database (http://oracleiam.com/category/oracle-database/) (1)
SOA (http://oracleiam.com/category/soa/) (3)
Weblogic (http://oracleiam.com/category/weblogic/) (10)
R EC E N T P O S T S
Oracle Identity Cloud Service Integration with Oracle Identity Manager (http://oracleiam.com/oracle-
identity-cloud-service-integration-with-oracle-identity-manager/)
Identity Cloud Service Connector Installation in OIM (http://oracleiam.com/identity-cloud-service-
connector-installation-in-oim/)
Configure Identity Cloud Service IT Resource in OIM (http://oracleiam.com/configure-identity-cloud-
service-it-resource-in-oim/)
Oracle Identity Cloud Service (IDCS) (http://oracleiam.com/oracle-identity-cloud-service/)
Error-symbol nzos_SetFipsMode: referenced symbol not found (http://oracleiam.com/error-symbol-
nzos_setfipsmode-referenced-symbol-not-found/)
Configuring OTP through Email using OAM Adaptive Authentication Service
(http://oracleiam.com/configuring-otp-through-email-using-oam-adaptive-authentication-service/)
Configuring User Messaging Service for Email Notification (http://oracleiam.com/configuring-user-
messaging-service-for-email-notification/)
OAMIdentityAsserter is missing in Weblogic providers (http://oracleiam.com/oamidentityasserter-is-
missing-in-weblogic-providers/)
INST-6180 error while retrieving OIM Managed server URL from the domain (http://oracleiam.com/inst-
6180-error-while-retrieving-oim-managed-server-url-from-the-domain/)
WebGate: Winnt_accept: Getsockname Error On Listening Socket, Is IPv6 Available
(http://oracleiam.com/webgate-winnt_accept-getsockname-error-on-listening-socket-is-ipv6-available/)
oracle.security.jps.service.credstore.CredentialAccessPermission (http://oracleiam.com/oracle-security-
jps-service-credstore-credentialaccesspermission/)
Email Notification not working for OTP through Email option in Adaptive Authentication Service
(http://oracleiam.com/email-notification-not-working-for-otp-through-email-option-in-adaptive-
authentication-service/)
OAMSSA-20005: Error initializing User/Role API : Identity Provider Configuration not found
(http://oracleiam.com/oamssa-20005-error-initializing-userrole-api-identity-provider-configuration-not-
found/)
Adaptive Authentication Service for Second Factor Authentication in OAM11gR2 PS3
(http://oracleiam.com/adaptive-authentication-service-for-second-factor-authentication-in-oam11gr2-
ps3/)
Decrypt weblogic password (http://oracleiam.com/decrypt-weblogic-password/)
Decrypt weblogic username (http://oracleiam.com/decrypt-weblogic-username/)
OAMAGENT-02005: Operation not permitted on this server (http://oracleiam.com/oamagent-02005-
operation-not-permitted-on-this-server/)
SecurityProvider service class name for IAMSuiteAgent is not specified
(http://oracleiam.com/securityprovider-service-class-name-for-iamsuiteagent-is-not-specified/)
setNMProps script overview (http://oracleiam.com/setnmprops-script-overview/)
Unable to get the Action Executor WSM-02353 (http://oracleiam.com/unable-to-get-the-action-executor-
wsm-02353/)
Enable Auditing in Oracle Access Manager 11g to database (http://oracleiam.com/enable-auditing-in-
oracle-access-manager-11g-to-database/)
Auditing in Oracle Access Manager 11g (http://oracleiam.com/auditing-in-oracle-access-manager-11g/)
Unable to read the configuration file – ObAccessClient.xml (http://oracleiam.com/unable-to-read-the-
configuration-file-obaccessclient-xml/)
Finding WebLogic server Version (http://oracleiam.com/finding-weblogic-server-version/)
ADD, VIEW and DELETE ACI’s in ODSEE (http://oracleiam.com/add-view-and-delete-aci/)
© 2021 Oracle IAM. All rights reserved.
The views expressed on this site are those of the author and do not necessarily reflect the views of Oracle.