Hacker News new | ask | show | jobs
by dsp1234 4128 days ago
http://en.wikipedia.org/wiki/LM_hash

vs

http://en.wikipedia.org/wiki/NT_LAN_Manager#NTLMv1

and

http://en.wikipedia.org/wiki/NT_LAN_Manager#NTLMv2

1 comments

In summary, the original LM protocol used a "hash" based on 56-bit DES. NTLMv1 supports both the older LM hash and the newer NT hash based on MD4, but still used 56-bit DES encryption to encrypt them (this is what CloudCracker was designed to crack though nothing stops it from using it to crack any DES encryption). NTLMv2 uses HMAC-MD5 instead which fixes the problem.