Hi, The site which I mentioned below solved my problem
http://www.stardeveloper.com/articles/display.html?article=2003062001&page=1 Thanks guys, Regards, karthik On Fri, Nov 14, 2008 at 3:54 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Okeye > > > On Fri, Nov 14, 2008 at 5:23 PM, karthi keyan <[EMAIL PROTECTED]> wrote: > >> Thanks Raju, >> >> Lemme try it.... >> >> On Fri, Nov 14, 2008 at 3:50 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> >> wrote: >> >>> >>> public static string GetEncriptedPassword(string plainText) >>> { >>> return >>> FormsAuthentication.HashPasswordForStoringInConfigFile(plainText, "SHA1"); >>> >>> } >>> >>> On Fri, Nov 14, 2008 at 5:18 PM, 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 >>>>>> >>>>> >>>>> >>>> >>> >>> >>> -- >>> Raju.M >>> Snr:Software Engineer >>> 3kInfoTech >>> [EMAIL PROTECTED] >>> m +919995117011 >>> of +16783673348 >>> http://www.makhaai.blogspot.com >>> >> >> > > > -- > Raju.M > Snr:Software Engineer > 3kInfoTech > [EMAIL PROTECTED] > m +919995117011 > of +16783673348 > http://www.makhaai.blogspot.com >
