ya first include System.Security.Cryptography; than
TextBox1.Text=FormsAuthentication.HashPasswordForStoringInConfigFile(TextBox1.Text, "SHA1"); On 11/14/08, karthi keyan <[EMAIL PROTECTED]> wrote: > > Hi Vikas, > > When I searched msdn, I found it can be done using > > System.Security.Cryptography; > > But I am not aware of how to do this... I am very new to c# > > > > > > On Fri, Nov 14, 2008 at 3:46 PM, VIKAS GARG <[EMAIL PROTECTED]>wrote: > >> That you can do by using the inbuilt class used for encryption. C# >> provides inbuilt class for doing the encryption >> >> >> On Fri, Nov 14, 2008 at 3:38 PM, karthi keyan <[EMAIL PROTECTED]>wrote: >> >>> Hi, >>> >>> I have just designed a registration fom (Windows application) in C#. I >>> am using Ms-access for storing the user information. I need to store the >>> password entered by the user in a encrypted manner. >>> >>> Can any one help me out / guide me on this? >>> >>> Regards, >>> Karthikeyan >>> >> >> >> > >
