Setting up password encryption on NexJ Server

If required, you can set up password encryption on NexJ Server.Use the Cipher Tool in NexJ Studio to generate the password file, copy it to the NexJ Server machine, and then enable encryption on the server.
Before you can set up password encryption, use the NexJ Studio Cipher Tool to generate the master password file master.pwd. If you do not have access to NexJ Studio, someone else might need to generate the file for you.
To set up password encryption on NexJ Server:
  1. Get the master password file master.pwd, which was generated using the NexJ Studio Cipher Tool.
  2. Set file permissions to make the master.pwd file readable only to the server process user (that is, the login account specified in the application server service) and the deployment administrator.
  3. Open the modeld.conf file, which is located in the conf directory in the NexJ Server deployment location. Add the following line to the file:
    cipher.master.url=location of master.pwd
  4. Save and close the file.
Password encryption is now enabled for your NexJ Server.

Restart NexJ Server for the changes to take effect.