Editorial for DMOJ Capture The Flag '20 C1 - All the bases!


Remember to use this editorial only when stuck, and not to copy-paste code from it. Please be respectful to the problem author and editorialist.
Submitting an official solution before solving the problem yourself is a bannable offence.

Author: Ninjaclasher

We can decode from Base64 → Base32 → binary → hex → ASCII, giving us the flag.


Comments

There are no comments at the moment.