|
|||||||||||
|
Re: Microsoft Access 97 MDW files
From: Dave Korn <davek_throwaway(at)hotmail.com>
Date: Tue Jun 17 2003 - 18:54:51 EDT >From: "Derek" <derekm@rogers.com>
>I'm particularily concerned with the Password column in the
Try setting a password longer than seven characters. >If we separate the rows where the data matches we get:
Yep. It looks to me like it's based on that old lanman scheme of breaking up the password into two seven char chunks and hashing them independently. That's why LS == RS for the empty password: both empty 7 char subchunks hash to the same value. That's also why if the pw is < 7 chars, the second chunk of the hash - based on the second (null!) 7 chars of the pw - will always be the same. Google "lanman hash weakness" for more info. DaveK Use MSN Messenger to send music and pics to your friends http://www.msn.co.uk/messenger Received on Wed Jun 18 13:33:25 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:07:40 EDT |
||||||||||
|
|||||||||||