y.benyettou,
it's not working because after all letters are checked there is one more check, we're checking 10th inputted string's letter (and we have no gurantees it's null), so we must input not just an "arapot928", but "arapot928\0" (\0 is a null symbol).
Now find a method how to do it. |
==> |
.
Cracked!
Answer is: 16 digit hex number starting with 0.
Examples: 0000000000000000, 0000000000000001, 0835475283645981 etc. |
==> |
.
Cracked! "arapot928\0" (\0 is a null symbol).
That's my first crackme ever! |
==> |