Re: achieve password encryption

From: Anton Sommer (anton.schamy_no_spam__at_arcor.de)
Date: 11/28/03

  • Next message: Erik van Kruiselbergen: "Windows Authentication"
    Date: Fri, 28 Nov 2003 20:35:38 +0100
    
    

    thank you for responding Pete,

    but can you give me a few more details, I am not understanding how the
    password should be encrypted client wise

    thank you

                Anton
    "Pete" <peted "at" xboxracing dot net> schrieb im Newsbeitrag
    news:ODtHRrPtDHA.640@tk2msftngp13.phx.gbl...
    > Hi,
    > You might want to try this
    >
    >
    > public string GetEncryptedPassword(string sPass)
    >
    > {
    >
    > return
    > FormsAuthentication.HashPasswordForStoringInConfigFile(sPass,"sha1");
    >
    > }
    >
    > "Anton Sommer" <anton.schamy_no_spam_@arcor.de> wrote in message
    > news:bprt45$8p3$07$1@news.t-online.com...
    > > Hello folks,
    > >
    > > how can I encrypt the password that an user enters in my normal login
    > > window.
    > >
    > >
    > > Thank you
    > >
    > > Anton
    > >
    > >
    >
    >


  • Next message: Erik van Kruiselbergen: "Windows Authentication"