Tags: aes crypto
Rating:
## Solution Overview
We analyze the code to realize that __a partial key is given in the ciphertext__ which allows us to use brute force to get the plaintext since key differs by exactly one byte for each round.
__For full implementation and solution see the URL__