I want to encrypt the password in connection string. When I make a connection to DB the connection string is openly stored in App.config and I need to find a way to keep onl
Maybe decrypt connection string from your config before application was loaded.