nightxyz on 3:00 PM 07/08/2025: --- SPOILER ---
Password length should equal or greater than 8 chars. Password should contain al least one Capital Letter. Password should contain at least one lowercase letter.
--- SPOLIER ---
nightxyz on 3:02 PM 07/08/2025: Best tool is ILSpy to decompile it.
balazsofficial on 10:37 PM 07/09/2025: Also should be less or equal then 16
nightxyz on 8:28 AM 07/10/2025: @balazsofficial You are right. I forgot to mention it.
MasterEditor on 9:37 PM 07/18/2025: String with length in bounds [8,16] and it should contain at least one uppercased letter and lowercased letter
2x4096 on 8:12 PM 09/01/2025: that was a fun challenge (tip: save the code in ilspy and use vscode to refactor the names)
Nathantac on 8:53 AM 09/07/2025: This was my first ever crackme, really enjoyed it and would recommend to beginners