Is it possible to have encrypted password in 'wmcon

The wM config file in ‘/…/IntegrationServer/bin/startup_shutdown/wmconfig’ which contains the details “wm_user” and “wm_pws” to connect to wM.
The “wm_pws” is in plain text.

The script ‘S999IntegrationServer65.sh’ uses this information from the config file, to stop wM. (ie, java -jar wmprobe.jar wmconfig)

My Requirement:
I need to have the “wm_pws” in ecrypted form instead of the plain text. In this case, I would like to know a way out, where the ‘S999IntegrationServer65.sh’ for STOP script will work with this encypted password.