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

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -