How should I store a password used by a service written in .NET
I have a Windows service that accesses a database connection. Since users rarely use Windows authentication, I encrypt the connection string. For development I have the password hard-coded, but I know this is a very bad idea. What is the p… Continue reading How should I store a password used by a service written in .NET