nerdexam
EC-Council

312-50V13 · Question #121

What is the algorithm used by LM for Windows2000 SAM?

The correct answer is B. DES. The Lan Manager (LM) hashing algorithm, used for password storage in Windows 2000 SAM files, employs the DES encryption standard.

Submitted by priya_blr· Mar 6, 2026System Hacking

Question

What is the algorithm used by LM for Windows2000 SAM?

Options

  • AMD4
  • BDES
  • CSHA
  • DSSL

How the community answered

(63 responses)
  • A
    6% (4)
  • B
    87% (55)
  • C
    5% (3)
  • D
    2% (1)

Why each option

The Lan Manager (LM) hashing algorithm, used for password storage in Windows 2000 SAM files, employs the DES encryption standard.

AMD4

MD4 is the hashing algorithm used for NTLM hashes, which replaced LM hashes in later Windows versions.

BDESCorrect

The LM hash algorithm takes a user's password, converts it to uppercase, pads it to 14 characters if shorter, splits it into two 7-character halves, and then uses each half as a DES key to encrypt a fixed string, resulting in the final 16-byte (32-character hexadecimal) hash. This method is considered weak due to DES's age and the fixed string.

CSHA

SHA (Secure Hash Algorithm) is a family of cryptographic hash functions that are much stronger than DES and were not used for LM hashes.

DSSL

SSL (Secure Sockets Layer) is a protocol used for encrypting network communication, not a password hashing algorithm.

Concept tested: LM hash algorithm (DES)

Source: https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2003/cc759524(v=ws.10)

Topics

#LM hash#DES#Windows SAM#hashing algorithm

Community Discussion

No community discussion yet for this question.

Full 312-50V13 Practice