Hi, i have an application in windForm and IO want to encrypt the connection String. I use aspnet_regiis.exe -pef and all that staff. The problem is that I can´t migrate the App to others PC because the encryption code it is not recognize. It is suggested
to run all the process in all the machines. But, consider this situation. This App is an .exe that people download from internet and start when users start their pc, for example, a Messenger... the App connect to a database server in the cloud, and so on.
It is imposible to run aspnet_regiis.exe in every machine. Some machines may have Windows 2012, others XP and none of this has Framework installed. So how can I encrypt de Connection String in order all users can use it? Thanks
↧