picoCTF 2021 - Transformation Walkthrough

Walkthrough for picoCTF 2021 Reverse Engineering challenge Transformation

This challenge was a good refresher on some bit manipulation basics, more specifically with bit shifting and masking. You’re given the encrypted text file and the encryption algorithm, and to find the flag you need to make a corresponding decryption function.

View the video walkthrough here: