I participated in HackTM with team DiceGang. Here are the writeups for the challenges that we solved.
We are given a public key and an encrypted flag, which seems to be encrypted character by character. Using the provided public key we encrypt every possible character (0...255) and substitute each value in the encrypted flag with the corresponding character. Solve script:
