You have to implement RSA modulus.
Question - Using the RSA public key (e, n) = (1612093, 97059503) and the plain message/signature pair [m, s] = [12345678, 41009275] create another working signature and message pair without factoring the RSA modulus.
Is there anybody who knows how to do this?