╖ The Solution For CrackMe v2.0 ╖

© 1998 by Cruehead / MiB


So, you didn't succeed?

Now, here how it's done.

We start out with what we know:

1) The password is 16 chars.
2) After XOR'ed with the string "Messing_in_bytes", the values should be "1F, 2C, 37, 36, 3B, 3D ,28, 19, 3D, 26, 1A, 31, 2D, 3B, 37, 3E".

Ok, so how do we find out the correct password then? Yes, you're right, we simply XOR the ascii values from "Messing_in_bytes" with the correct password string:

Messing_in_bytes string: 4D 65 73 73 69 6E 67 5F 69 6E 5F 62 79 74 65 73
Correct password string: 1F2C37363B3D28193D261A312D3B373E
Final password: 5249444552534F4654484553544F524D

There, you got the correct password! Now you just have to look up what letters the ascii values are. If you're lazy, I'll give it to you right now (you wont get very far in life if you're lazy, you know that?), the correct password is RIDERSOFTHESTORM (and for all of you poor people out the who didnt know it, it's a superb song by The Doors).

There, it was'nt that difficult, was it? If there is anything you didnt understand, just mail me and I'll try to describe it better.


This is my email: Cruehead_@hotmail.com

Back to Serial Calculation for CrackMe V1.0!Back to Serial Calculation for CrackMe V2.0.

Copyright © MiB 1998. All rights reversed.