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

SQL php on different pages to Insert (mysqli) -

php - How can an email be returned from Stripe Checkout? -

sql - Partition elimination in Greenplum -