DESFingerprint contains part of key

Everything else that doesn't fall into one of the other PB categories.
User avatar
aaaaaaaargh
User
User
Posts: 55
Joined: Thu Jul 27, 2006 1:24 pm

DESFingerprint contains part of key

Post 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
C64
Enthusiast
Enthusiast
Posts: 151
Joined: Sat Dec 18, 2010 4:40 am

Re: DESFingerprint contains part of key

Post by C64 »

User avatar
aaaaaaaargh
User
User
Posts: 55
Joined: Thu Jul 27, 2006 1:24 pm

Re: DESFingerprint contains part of key

Post by aaaaaaaargh »

Sorry for wasting your time... :oops:
Post Reply