Twin

Common Modulus Attack

4KB
archive
Open

so from the challenge the description we can notice that alice and bob use the same modulus N and this makes RSA vulnerabale to an attack called Common Modulus Attack

this is a resource where you can study this vulnerability and understand it mathematically

Exploitation

let's run this script and we get the flag

Last updated

Was this helpful?