Re: NTLM Hash in ASP.NET

From: Michael Howard [MSFT] (mikehow_at_online.microsoft.com)
Date: 05/27/03


Date: Tue, 27 May 2003 10:18:03 -0700


why do you need an NTLM hash? there's little you can do with it!! if you
want to support NTLM auth from within ASP.NET, then you can use
CredentialCache class.

-- 
Cheers, Michael
Writing Secure Code 2nd Edition
(http://www.microsoft.com/MSPress/books/5957.asp)
This posting is provided "AS IS" with no warranties, and confers no rights.
"Dieter Depuydt" <dieter.spam.depuydt@skynet.be> wrote in message
news:3ed0874a$0$26733$ba620e4c@reader1.news.skynet.be...
> Anyone here who can tell me how to create a NTLM (NT LanMan) HAsh in
ASP.NET
>
> Thx
> DD
>
>


Relevant Pages

  • Re: risk of crypt(3) + [NT]LM hashes?
    ... > The NTLM hash is the MD4 of the case-sensitive Unicode password. ... And NTLMv2 is better than NTLM. ...
    (sci.crypt)
  • NTLM Hash in ASP.NET
    ... Anyone here who can tell me how to create a NTLM (NT LanMan) HAsh in ASP.NET ... Thx ...
    (microsoft.public.dotnet.framework.aspnet.security)