Oracle Weblogic Server (MOSC)

MOSC Banner

How to encrypt the domain password during the domain creation

edited Jan 30, 2014 12:08PM in Oracle Weblogic Server (MOSC) 5 commentsAnswered ✓
Hi,
Looking at WLST that can be used to encrypt clear text strings as follows:

/bea103_1/user_projects/domains/base_domain>java weblogic.WLST

Initializing WebLogic Scripting Tool (WLST) ...

Welcome to WebLogic Server Administration Scripting Shell

Type help() for help on available commands

wls:/offline> es = encrypt('weblogic')
wls:/offline> print es
{3DES}tRmL7CmezaeFQmGsiaot4A==
wls:/offline>


But this suggestion will encrypt the password and give the standard out, yet our requirement is to perform this password encryption during the domain creation
and that encrypted password needs to be somewhere in domain location so we can use it when deploying the application.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center