I have performed many queries to check how to encrypt the SQL connection string in app.config of a C # application. I found that using aspnet_regiis is not safe, since anyone on the client computer can decrypt it, if he knows what to do, some of them advise using web services, I could not find how to give examples?
Thank,
user6349792
source
share