# Ideas for my own exercises - [ ] Factorizing a weak RSA public key (n=128) - [ ] Detecting a public RSA key with reused primes - [ ] Wiener's attack on RSA keys with small d (see HTB's weak RSA challenge for example data) - [ ] Novel attack on textbook RSA - [ ] CBC cut and paste - [ ] Abusing CBC malleability for partially known plain texts - [ ] Algorithm confusion attacks on JWT # Lists with more ideas - RSA attacks on weak public keys: https://github.com/Ganapati/RsaCtfTool - https://en.wikipedia.org/wiki/Category:Cryptographic_attacks - https://research.kudelskisecurity.com/2018/04/05/breaking-rsa-oaep-with-mangers-attack/