# You are in the process of trying to break an RSA Public Key Cryptosystem# Obviously, you know the public key, which consists of e and ne=20855905386835015954123517521419755012160585109655n=24239629812520047178067882795754284594710702004449print"The public key consists of e = ",eprint"And n = ",n
The public key consists of e = 20855905386835015954123517521419755012160585109655
And n = 24239629812520047178067882795754284594710702004449
# The encrypted message, c, which we have intercepted # and would like to break, isc=2946004941146616993902432699306226251527560913842print"The encrypted message is c = ",c
The encrypted message is c = 2946004941146616993902432699306226251527560913842