How to encrypt the connection string in web.config
-
Hi Guys i want my connection string to be encrypted in web.config , is there any way to do it, plzzzzz let me know ASAP, thankx in advance.
hi, Use Cipher Data Class.
With Regards Satips
-
Hi Guys i want my connection string to be encrypted in web.config , is there any way to do it, plzzzzz let me know ASAP, thankx in advance.
You can write your own encryption logic, by using System.Security.Cryptography namespace. Go through the below links. http://msdn.microsoft.com/msdnmag/issues/02/06/crypto/ http://www.codeproject.com/dotnet/encryption\_decryption.asp
-
Hi Guys i want my connection string to be encrypted in web.config , is there any way to do it, plzzzzz let me know ASAP, thankx in advance.
hi you can use this link it is useful http://quickstarts.asp.net/QuickStartv20/aspnet/doc/management/mgmtapi.aspx#encrypt[^] or you can use MSDN Library for visual studio 2005 you will find specific steps to do the encryption good luck :rose: alaa