I have two different ciphertexts $c_1$ and $c_2$, and two different public keys that share the same modulus such that $e_1 \neq e_2$ but $n_1 = n_2$.
- What attack can I use to recover the private keys?
- Common modulus attack works only if $c_1 = c_2$, doesn't it?