RE: salted md5 hash
From: Rakesh Rajan (RakeshRajan_at_discussions.microsoft.com)
Date: 07/20/04
- Next message: Roger Helliwell: "Does the C# FCL implement a Listener interface or methods?"
- Previous message: Roy Fine: "Re: Building GUI with C"
- In reply to: Sıfırıncı Murat: "salted md5 hash"
- Next in thread: Sıfırıncı Murat: "Re: salted md5 hash"
- Reply: Sıfırıncı Murat: "Re: salted md5 hash"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 19 Jul 2004 20:52:01 -0700
Try the
FormsAuthentication.HashPasswordForStoringInConfigFile method.
This does not salt the string. So you need to salt the string before creating the hash and then store the salt along with the hashed pwd for retrival.
-- Rakesh Rajan "Sýfýrýncý Murat" wrote: > How can I get hash value for a specified string with specified salt? There > are some md5 implementations under System.Security.Crptography but I could > not find anything about salted md5 algorithm. > > >
- Next message: Roger Helliwell: "Does the C# FCL implement a Listener interface or methods?"
- Previous message: Roy Fine: "Re: Building GUI with C"
- In reply to: Sıfırıncı Murat: "salted md5 hash"
- Next in thread: Sıfırıncı Murat: "Re: salted md5 hash"
- Reply: Sıfırıncı Murat: "Re: salted md5 hash"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|