Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

All published worksheets from http://sagenb.org

Views: 168753
Image: ubuntu2004
# 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 n e = 20855905386835015954123517521419755012160585109655 n = 24239629812520047178067882795754284594710702004449 print "The public key consists of e = ",e print "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, is c = 2946004941146616993902432699306226251527560913842 print "The encrypted message is c = ",c
The encrypted message is c = 2946004941146616993902432699306226251527560913842