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
DESFingerprint contains part of key
- aaaaaaaargh
- User

- Posts: 55
- Joined: Thu Jul 27, 2006 1:24 pm
Re: DESFingerprint contains part of key
Sorry for wasting your time...C64 wrote:It's correct: http://www.purebasic.fr/english/viewtop ... 93&p=38349
