Showing posts with label encryption. Show all posts
Showing posts with label encryption. Show all posts

Wednesday, September 28, 2011

Find Weblogic Password (Encrypted)

Weblogic server encrypted password can be found in boot.properties file. Make sure that any \ (slash) characters have been removed from the encrypted password. Location of boot.properties can be found in domain's admin server folder.

Thursday, January 14, 2010

How to encrypt password using weblogic?

Follow the following steps to encrypt a text using weblogic utility:



  1. Open a DOS or UNIX command prompt

  2. Change directory to the weblogic server domain home

  3. Set the weblogic server environment

  4. Run the command to encrypt text vinaybarnwal

  5. Command:/>java weblogic.security.Encrypt vinaybarnwal

  6. And it should print the encrypted value for vinaybarnwal