Password Representation Flashcards
Passwords are stored in these two formats in Windows
LANMAN and NTLM
NT, 2000,XP, 2003 use this hash
LANMAN
Windows Vista and later use this hash
NTLM
Windows hashes are stored locally where
SAM database
Domain Controllers store hashes where
ntds.dit
LANMAN hashes max character limit
14 characters
if LANMAN hash is < 14 characters it does what
fixed padding it with null byte
LANMAN converts password to what
upper case
LANMAN split the password into
two 7 bit halves
whats the weakest part of LANMAN hashes
splitting into two 7 character pieces easier to crack
LANMAN uses each 7 bit piece and how does it encrypt it
use each piece as a DES key to encrypt a constant with one round of DES. fixed constant hard coded into LANMAN algorithm then concatenates each piece
Is there ever an 13 character LAN man password
No its a 7 character password and and 6 character other password. attack each sides independently
NT Hash is how many characters long
256
NT Hash is not split up and requires only one round of
MD4
LANMAN and NT Hashes are not salted T or F
True