LM hash, hashing a pasword longer then 14 characters -
if there password longer 14 characters, how lm hash characters after 14th , how combine hashing first 14 characters?
thank in advance
note: lm hash compromised , should not used anymore.
lm hash does not support strings longer 14 characters. if going use algorithm internally , not need compatibility other systems, example compute separate hashes each 14 byte block , xor
them together.
Comments
Post a Comment