In the MediaPublisher.exe.config file, there are two values that need to be encrypted. Those value are:
-
SharedKey in <Application> settings
-
AppServerUserName in <Connection> settings
-
AppServerPassword in <Connection> settings
Before you encrypt these values, you must place the unencrypted SharedKey value and AppServerPassword value (your AppServerUserName password) in the .config file and then save the file. If you used certain special characters for the Password or SharedKey, you must replace them with xml escape characters in order for the encryption to work properly. Characters that must be replaced include: & (replace with &), > (replace with >) and < (replace with <). For example, if your password or SharedKey is Test>&<123, you would enter, Test>&<123.
To encrypt items in the config file: