Miner |
I searched for the success and failure strings, found a reference to their locations, and found the string loaded for comparison with what the user submits. This led me to the value "wonderwhatthepasswordishmm". Details in the attached text file. |
login-cipher |
I used a debugger to run the string decode function on each of the encoded strings until I found the password value. Details in the attached text file. |