Authentication Encryption Algorithms Flashcards
What is LM?
Lan Manager (AKA LANMAN), a authentication encryption method using a hash challenge similar to CHAP. Somewhat insecure, no longer used.
What is NTLM?
NT Lan Manager, passwords are more secure. Password is Unicode, up to 127 characters long, and is stored as a 128-bit MD4 hash.
What is NTLMv2
Version 2 of NTLM, with a new password response. Uses MD4 password hash, HMAC-MD5 hash of username and server name, and has a variable-length challenge of timestamp, random data, and domain name.
What are NLTM’s vulnerabilities?
Some Windows password databases contain LM hash versions of the passwords
Also vulnerable to credentials forwarding attack (use credentials of one computer to gain access to another)
What is a credentials forwarding attack?
Use credentials of one computer to gain access to another.