Encrypting the Common Configuration Password
It is possible to encrypt the passwords so that they are not visible in the Common Configuration file. The password for the ToolsNet server stored in the registry cannot be encrypted.
Only the password in common configuration can be encrypted
Open the ToolsNet Service Manager.
In a web browser, enter the URL
http://
<IP number>/toolsnet/administration/encryption
.<IP number> is the IP address to the ToolsNet 8 Server, for example
127.0.0.1
for localhost.Type the password in the Text to encrypt box, and then select Encrypt.
Copy the shown encrypted password.
Open the ToolNetCommon file (C:\ProgramData\Atlas Copco\ToolsNetCommon) in a text editor, for example, Notepad.
Paste the encrypted password in the <Password> field.
<ConnectionStrings>
<clear/>
<add name="
ToolsNetServer"....User ID=ToolsNetUser;Password=
<Password>==;
<add name="
ToolsNet"....User ID=ToolsNetUser;Password=
<Password>==;
</ConnectionStrings>
Change encryption to “true”.
<appSettings>
<add key="ConnectionString.IsEncrypted" value="
true"
</appSettings>
In the ToolsNet Service Manager, restart the Internet Information Services (IIS)