cool thing about the comments is u can see history in it
PFFFF, I crack it, EASY!!!! loool!!!!
That'd be nice, just ... don't update this one. I still want to crack it. (Oh wait, we have a History feature.)
yea i would need to create more positions that the aray scrambler could be in for each row. or possibly add another more complicated scrambler.
I think I might be able to crack it using pencil and paper. I've already discovered that the bit-flips performed on the ARAY scrambler in the middle are almost entirely useless as they only introduce, well, full masks into the long list of numbers being XOR'd. The only question is how many, which means everything is either bit-flipped by them or not. That's only 2 options. Also, even though there are 31 rows in there, 10 are only ever used, since, you have 10 different digits you can enter.
@LBPHacker thats impressive - do you think anyone could crack it without using any software?
Also, the Wrath of the Tags strikes again. You may want to remove the 'ascii' tag, as this has nothing to do with ASCII.
I bruteforced it with Lua script that simulates the scramblers in the machine. It's really just bit-flipping integers and table lookups in the end. I made it go through all the 10^6 possible combinations and ended up with a list of 0, 1, 2, 3, 6, 7 combos. I never got around to the Maths behind it, but the script seems to find valid combinations in packs of 8 and 12.
yea same for me, how did you solve it then?
BTW, what do you consider a Y? For me it's a 4 plus the bottommost segment turned on.