Citation:
Envoyé par ebt255
it's weird, i tried:
ISK: 00 00 00 00 00 00
PIN: 10 20 20 10 81 88
in binary
ISK: 00000000 00000000 00000000 00000000 00000000 00000000
PIN: 00010000 00100000 00100000 00010000 10000001 10001000
next i tried:
ISK: 08 00 00 00 00 00
PIN: 00 20 20 18 81 28
in binary
ISK: 00001000 00000000 00000000 00000000 00000000 00000000
PIN: 00000000 00100000 00100000 00011000 10000001 00101000
|
Hi ebt,
keep in mind
- Every model is different
- bits can be scrambled,shifted,ignored...
And by the way,
few specific bits can be cleared/ignored in the way Isk->pin, it means that if you want to reverse the coding steps, you will have to guess the missing bits (by brute-forcing them) but its a piece of cake because you already know the pin.
for example in my tool "Pin to Isk", a thread is launched to guess them, and it takes just few seconds to find them, every candidate (isk) is compared the known result (pin) and its found when they match... its that simple!
Keep this work up, its good to see that some guys are still interrested in research