+

Search Tips   |   Advanced Search

(iSeries)

Change encoding algorithm from OS400 to XOR

Use these steps to change your encoding algorithm from OS400 to XOR.

WebSphere Application Server supports both the OS400 and the XOR encoding algorithms. The default encoding algorithm is XOR. For more conceptual information on these algorithms, see Password encoding and encryption.

There might be instances where we need to use the OS400 encoding algorithm. See Enable the non-default OS/400 password encoding algorithm.

If we use the OS400 encoding algorithm, but change the os400.security.password.encoding.algorithm property value to XOR as described in the first step, then all of the passwords remain encoded with the OS400 algorithm. However, after you restart the server, when we make changes to the passwords through the administrative console, the passwords are encoded using the XOR algorithm.

The following steps describe how to change your encoding algorithm from OS400 to XOR:


Tasks

  1. Set the os400.security.password.encoding.algorithm property to XOR for each WAS profile that uses the Validation list object.

  2. Stop all of the servers.

  3. Edit the configuration files and change all of the encoded passwords to their unencoded values.

  4. Edit the properties files and change all of the encoded passwords to their clear text values.

We have changed your encoding algorithm from OS400 to XOR.


What to do next

After you completing these steps, we can encode the passwords in the properties files. See Manually encoding passwords in properties files for more information.


Related:

  • Password encoding and encryption
  • Manually encoding passwords in properties files
  • Restore or replace damaged validation list objects
  • Password decoding troubleshooting tips for security