WebSphere Commerce allows you to generate encrypted passwords for WebSphere Commerce Payments. To generate encrypted passwords:
Go to the WC_installdir/bin directory.
Go to the WC_installdir\bin directory.
- Run the following script from a command line:
wcs_pmpassword.bat password SALT
./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.