ASP.Net usage of the Machine.config file
In ASP.Net, the normal way of encrypting an object ( as an exmaple a user cookie in the server side ) is read the shared key located in the machine.config file. The machine config file contains following config entries.
<… Continue reading ASP.Net usage of the Machine.config file