Rating:

# Full WriteUp
Full Writeup on our website: [http://www.aperikube.fr/docs/easyctf_2018_rsa_v/](http://www.aperikube.fr/docs/easyctf_2018_rsa_v/)

-----

# TL;DR
Encrypting with RSA multiple times is just multiplying the exponent and finding the associated private key. Because e was almost as big as n, a Wiener attack was able to break the encryption.

Original writeup (http://www.aperikube.fr/docs/easyctf_2018_rsa_v/).