jeffli6789 on 2020-06-10 08:28: Interesting one! A modified ROT13 algorithm.
Dalski on 2020-07-27 09:02: Thanks Rreis, I loved it.
There would probably be far more elegant solutions, but:
1 - On the first username conditional statement I just set the value of num to 1 before the if(num != -1) statement. This still allowed the flow to the password entry as it managed to breach the -1 conditional gate to enter a password.
2 - Just inversed the 2 conditional gates for array 2 a not to equal array2[j] & num != j.
Really enjoyed your well crafted test, thank you very much, hope to see more.
DankWarrior703 on 2020-08-16 18:12: I used a decompiler and copied that code in a Visual Studio project. I added a line to see what's the decrypted form of every word. Then I typed in the correct combination.