Since our windows service runs under LocalSystem account, it would not be able to pick the proxy configured for a user in the Internet Explorer. So, we need to explicitly specify the proxy to be used through the wyUpdate commandLine. And while doing so, we want to specify also the proxy userName and password to be used. In such a case, how can we ensure that that proxy password be not have to be passed as clear text?