Wiki source code of How to enable encryption

Version 18.1 by Gideon Lombard on 2021/06/10 12:42

Hide last authors
Gideon Lombard 14.1 1 {{box cssClass="floatinginfobox"}}
Gideon Lombard 17.1 2 = Table of Contents =
Gideon Lombard 18.1 3
Gideon Lombard 17.1 4 {{toc start="2"/}}
Gideon Lombard 14.1 5 {{/box}}
Gideon Lombard 13.1 6
Gideon Lombard 18.1 7
8
9
Gideon Lombard 1.1 10 == Website ==
11
12 1. Open the web.config on the web server
13 1. Look for the section with the connection strings
Gideon Lombard 12.1 14 {{code language="xml"}}<add name="Everest" connectionString="Data Source=127.0.0.1;Initial Catalog=Everest_Risk_Demo;Persist Security Info=True;User ID=[username];Password=[password]" ></add>
15 <add name="Icarus" connectionString="Data Source=127.0.0.1;Initial Catalog=Everest_Risk_Demo;Persist Security Info=True;User ID=[username];Password=[password]" ></add>
16 <add name="EverestWriteDB" connectionString="Data Source=127.0.0.1;Initial Catalog=Everest_Risk_Demo;Persist Security Info=True;User ID=[username];Password=[password]" ></add>
17 <add name="EverestDocuments" connectionString="Data Source=127.0.0.1;Initial Catalog=Everest_Risk_Demo_Documents;Persist Security Info=True;User ID=[username];Password=[password]" ></add>{{/code}}
Gideon Lombard 1.2 18 1. If there is not an Encrypt=true as part of the connection string you will need to add it seperated with a ';'.
Gideon Lombard 12.1 19 {{code language="xml"}}<add name="Everest" connectionString="Data Source=127.0.0.1;Initial Catalog=Everest_Risk_Demo;Persist Security Info=True;User ID=[username];Password=[password];Encrypt=true" ></add>
20 <add name="Icarus" connectionString="Data Source=127.0.0.1;Initial Catalog=Everest_Risk_Demo;Persist Security Info=True;User ID=[username];Password=[password];Encrypt=true" ></add>
21 <add name="EverestWriteDB" connectionString="Data Source=127.0.0.1;Initial Catalog=Everest_Risk_Demo;Persist Security Info=True;User ID=[username];Password=[password];Encrypt=true" ></add>
22 <add name="EverestDocuments" connectionString="Data Source=127.0.0.1;Initial Catalog=Everest_Risk_Demo_Documents;Persist Security Info=True;User ID=[username];Password=[password];Encrypt=true" ></add>{{/code}}
Gideon Lombard 2.1 23
24 == Everest.NET ==
25
26
27 1. Get the clients current STP file that is provided to the users
Gideon Lombard 12.1 28 1. Run the Everest Administrator application and click the **STP Connection Files **menu item
29 [[image:1623327833111-701.png]]
30 1. On the next screen you click the **Load STP File** and load the STP file of your client
31 [[image:1623328089168-341.png]]
32 1. Ensure that the **Encrypt** is checked on the connection settings
33 [[image:1623328456852-301.png]]
34 1. Click the **Generate STP File**  and save the STP file again
35 [[image:1623328525432-818.png]]

Need help?

If you need help with XWiki you can contact: