Generating WebSphere Commerce Payments encrypted passwords

WebSphere Commerce allows you to generate encrypted passwords for WebSphere Commerce Payments. To generate encrypted passwords:

  1. AIXi5/OSiSeriesLinuxSun Solaris Operating Environment Go to the WC_installdir/bin directory.
    Windows Go to the WC_installdir\bin directory.
  2. Run the following script from a command line:

    Windowswcs_pmpassword.bat password SALT

    AIXi5/OSiSeriesLinuxSun Solaris Operating Environment./wcs_pmpassword.sh password SALT

    where:

    password
    The plain text password.
    SALT
    A random string that is used in the generation of a password. This is found in the SALT column of the USERREG database table for the particular user whose password is being updated. The SALT should be unique for each user.

Feedback