Tags: cryptography-rsa crypto rsa 

Rating: 4.0

We got [this code](https://github.com/Jwomers/many-time-pad-attack/blob/master/attack.py) and modified it to our needs.

We had to guess that the second word was *scheme*. After it things got pretty simple :)

Maybe we were supposed to solve using featherduster, but I never got to try it.

Original writeup (https://github.com/pogTeam/writeups/blob/master/2017/AlexCTF/cr2/manyTimePadAttack.py).