Transformation
The challenge:
I wonder what this really is... enc
Where enc is 灩捯䍔䙻ㄶ形楴獟楮獴㌴摟潦弸彥㜰㍢㐸㙽 and the given code is:
''.join([chr((ord(flag[i]) << 8) + ord(flag[i + 1]))
for i in range(0, len(flag), 2)])
Since this is tagged with Reverse Engineering, I'd...
wind010.hashnode.dev4 min read