I am trying to follow the steps in Information Center to encypt sensitive information in worklight.properties.
In this step,
*All of the encrypted values use the same secret key, which is stored in the special variable called worklight_enc_password. This variable is defined as an operating system environment variable:
On Windows systems: Set an environment variable under the user running the IBM Worklight Server. When running under a Windows NT service, define the password as a service property by using the registry editor. For more information, see the Microsoft support website.*
I have tried to add worklight_enc_password in register editor under HKKEY_CURRENT_USER/Environment and deploy the application. However, in SystemOut.log, it kept returning "java.lang.RuntimeException: Cannot decrypt value for the property xxx.enc. The encryption password should be defined in the environment variable xxx.enc"
May I know where should I set this variable "worklight_enc_password" in Windows XP?
Environment: Windows XP, Worklight 5.0.6, WAS ND 8.5