Operating Systems: i5/OS
             Personalize the table of contents and search results

This topic applies only on the i5/OS operating system.

 

Use the non-default OS/400 password encoding algorithm

 

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.

 

Overview

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

If you 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 you 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:

 

Procedure

  1. Set the os400.security.password.encoding.algorithm property to XOR for each WebSphere Application Server 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.

 

Results

You have changed your encoding algorithm from OS400 to XOR.

 

What to do next

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


}
Password encoding and encryption

 

Related tasks


Manually encoding passwords in properties files
Restoring or replacing damaged validation list objects

 

Related Reference


Password decoding troubleshooting tips