Andrysqui on 4:38 PM 01/01/2025: Not gonna lie, without patching this was harder than what it should be mostly because I'm stupid. The passphrase is *almost hardcoded*, and the only thing needed is some basic understanding of how Golang manages **little-endian/big-endian** encoded strings by default ;)
You must me logged to submit a solution
Solution by Andrysqui: A solution to this CrackMe by decompiling/disassembling the code and inspecting it to crack the password as it's only encoded, plus explanations to everything.