These days security is becoming a bigger and bigger concern and depending on who you work for you can’t have connection string or other sensitive data in your code. I created an Encryption tool to solve this problem for myself using .NET’s TripleDesCryptoServiceProvider class that uses the TripleDES algorithm. The …
Read More »