Generating the Encryption Key on Oracle WebLogic

To update the encryption key:

  1. Change directory to <PS_CFG_HOME>\webserv\<domain_name>\piabin.

    For example, where the web server domain is peoplesoft:

    cd PS_CFG_HOME\webserv\peoplesoft\piabin
  2. Run PSCipher –buildkey to create a new key in the key file.

    For example, on Microsoft Windows:

    
    PSCipher.bat -buildkey
    Your environment has been set.
    A new key of version {V2.1} is generated successfully
    

    For example. on UNIX:

    
    PSCipher.sh -buildkey
    Your environment has been set.
    A new key of version {V2.1} is generated successfully
    
  3. Copy <PS_CFG_HOME>\webserv\<domain_name>\piaconfig\properties\psvault to the equivalent location on all other web server hosts and to <PS_HOME>\secvault\psvault on all application servers in your system.

  4. Modify the encrypted text fields as described in the following sections.