Page 1 of 1

DESFingerprint contains part of key

Posted: Fri Jan 21, 2011 1:56 pm
by aaaaaaaargh
Hi,
the first 2 Characters that DESFingerprint() returns seem to be the first 2 Characters of the key that was used, is this really correct?

have a look at this:
Debug DESFingerprint("Password", "AAhello")
Debug DESFingerprint("Password", "BBhello")
Debug DESFingerprint("Password", "CChello")
Debug DESFingerprint("Password", "DDhello")
Debug DESFingerprint("Password", "EEhello")
output is:
AAIwtAj2YTr.2
BBySRpeOpwQmI
CCZw7I6ZZCuqs
DD8aONRYBXaFk
EEZpfy83YGzjo

Re: DESFingerprint contains part of key

Posted: Fri Jan 21, 2011 2:27 pm
by C64

Re: DESFingerprint contains part of key

Posted: Fri Jan 21, 2011 2:35 pm
by aaaaaaaargh
Sorry for wasting your time... :oops: