| Miner |
3:08 AM 02/11/2020 |
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 |
2:58 AM 02/11/2020 |
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. |