The passwort is: secret123. Decompiled with Ghidra |
==> |
Okay, i solved it. It is a very nice concept to be honest. So how it works:
In the first input, you enter a number, for example, 1. In the second input, you calculate 1 * 0x14 + 4, which in this scenario would be 24. In other words:
Your input * 0x14 + 4 = solution |
==> |