[ALERT]Need Help? Join our serverDiscord

Pepes Encryption

Easy Reversing

Author: AmunRha

This is yet another xor encryption, a single byte encryption then a multi byte encryption. Once the player figures out the first key, he can find out the second set of keys and that will retrieve the flag.

The first key is and the second set of keys are where second set of keys are xored according to their indexes, for all index which is divisble by 4 is used, and so on.

Here is the python solver for the challenge