koray105 on 2026-06-17 21:03:
Nice beginner-friendly .NET crackme. The README basically points you in the right direction, and since there is no obfuscation the password can be found pretty quickly by opening the binary in dnSpy/ILSpy and checking the main method.
The password is stored as a plain string and compared directly with the user input, so the solution is:
TihiyOmut_Secret_2026
Good first crackme overall. Simple, clear, and useful for learning how basic C# binaries look in a decompiler.
easyhacker on 2026-06-21 17:34:
TihiyOmut_Secret_2026 tysm for program!!!
Ismael_Tun on 2026-06-23 23:29:
It was easy, once you open it in a net dessambler: if (Console.ReadLine() == "TihiyOmut_Secret_2026") ...Saludos from Yucatan Mexico
Toji on 2026-07-07 08:32:
[Click to reveal]TihiyOmut_Secret_2026