Question: Please help me decrypt this message using RSA method. The message below was encrypted using the RSA method with a modulus of n = 889
Please help me decrypt this message using RSA method.

The message below was encrypted using the RSA method with a modulus of n = 889 121 and an encryption exponent of e = 5, The modulus n is a product of two primes, and your first task in decrypting the message is to find those two primes. Then, find the decryption exponent d and decipher the message: 8649615397414535842634112866461809994859412 I used a block size of 6. For ease of reading, here is the same message broken into blocks of size 6: 864961 539741 453584 263411 286646 180999 485942 Letters were converted into strings of digits by converting A to 01, B to 02, etc. Spaces were converted to 00. Each block w was encrypted, using w-we (mod n), with modulus n 889121 and encryption exponent e = 5. Your mission is to recover the original message
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
