╖ The Solution For CrackMe v3.0 ╖

© 1998 by Cruehead / MiB


So, you didnt succed, huh?

Well, I'll try to brighten up things a bit more then!

As my physics teacher once said - le's begin with what we know before we try to solve the problem:
1 - The real interesting contest of the keyfile is 14 bytes long
2 - There is a checksum wich is 4 bytes long.
3 - We have cracked it if the checksum matches the 4 last bytes.


Ok, so let's start with the first 14 bytes of the keyfile. Remember the decryption algo? We simply take the first vale and xor it with 41h. Then we increase the value, so the second value will be xor'ed with 42h and so on until we see that the decrypted value is zero, or until we have decrypted all 14 chars.
So, let's make a keyfile that is cracked by me, Cruehead:

Ascii values for 'Cruehead': 43 72 75 65 68 65 61 64
Bytes to XOR with: 4142434445464748
The result: 023036212D23262C

So, now we know the first 8 values of the keyfile. Now we need to make the 9'th value zero. And we know that the 9'th value will be XOR'ed with 49, so the value will simply be 49 (49 xor 49 = 0).
Ok, now we have done 9 values. We have 5 left. We can fill these with whatever we want, they wont change the username nor the checksum, so lets choose to zero them. Our first 14 bytes in our keyfile will then look like this:

02 30 36 21 2D 23 26 2C 49 00 00 00 00 00

Ok, now there are only 4 more bytes to mess with (hehe, messing in bytes, MiB, you know? :)).
We know that the last four bytes must be the sum of the decrypted values Xor'ed with 12345678h. So, let's sum 'em up! The sum is 321 (nice, huh?) and this xor'ed with 12345678 is 12345559.
There, we're done! The contents of the keyfile will be:

02 30 36 21 2D 23 26 2C 49 00 00 00 00 00 59 55 34 12


There, Hope you understood it all! If you still dont get it or want to ask me something, my email is: Cruehead_@hotmail.com
Back to Serial Calculation for CrackMe V3.0!Back to Serial Calculation for CrackMe V3.0.

Copyright © MiB 1998. All rights reversed.