How can you determine if an LM hash you extracted contains a password that is less than 8 characters long?
There is no way to tell because a hash cannot be reversed
The right most portion of the hash is always the same
The hash always starts with AB923D
The left most portion of the hash is always the same
A portion of the hash will be all 0's
Submit