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: