Re: achieve password encryption
From: Pete (peted)
Date: 11/27/03
- Previous message: Teemu Keiski: "Re: "Access is denied" for Excel Application"
- In reply to: Anton Sommer: "achieve password encryption"
- Next in thread: Anton Sommer: "Re: achieve password encryption"
- Reply: Anton Sommer: "Re: achieve password encryption"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 27 Nov 2003 15:27:30 -0000
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
>
>
- Previous message: Teemu Keiski: "Re: "Access is denied" for Excel Application"
- In reply to: Anton Sommer: "achieve password encryption"
- Next in thread: Anton Sommer: "Re: achieve password encryption"
- Reply: Anton Sommer: "Re: achieve password encryption"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|