 Quote by buzzmath
i'm having trouble finding C^1109(mod2881) for each block of four. can anyone help with this?
|
Use repeated squaring and reduce mod 2881 at each stage. That is find C^2 mod 2881, C^4 mod 2881, C^8 mod 2881, etc. then multiple the appropriate ones to get C^1109, reducing mod 2881 as necessary to keep the numbers small.
 Quote by buzzmath
2. I'm trying to show that if the encryption exponent 3 is used for the RSA cryptosystem by 3 different people with different moduli, and a plaintext message P encrypted usin each of their keys can be recovered from the resulting 3 ciphertext messages.
I've set it up to the congruences c_i congruent to P^3(mod n_i), i = 1,2,3 but i'm not really sure where to go from here. can anyone help?
|
small hint- P will be less than each n_i. Do you have any way of first recovering P^3?