Generate WebSphere Commerce encrypted password (wcs_password)

The wcs_password utility is used for encrypting user passwords to be stored in the WebSphere Commerce database.

Passwords are encrypted with a merchant key. The value of the merchant key could be specified through command line arguments or retrieved from calling out to the Key Locator Framework using the "-k" parameter.


Syntax


Parameter values


Example 1

Encrypt password when merchant key is not retrieved from the Key Locator Framework: wcs_password pass1word rfKtuve 1234567890abcdef1234567890abcdef


Example 2

Encrypt password when merchant key is retrieved from the Key Locator Framework:


Related tasks
Running utilities from the Utility server Docker container


Related reference
Generate encrypted data (wcs_encrypt)