Texts: Problem 6
RSA key pairs for Alice and Bob are generated using the same n = 187. Alice's public key is eA = 13 and Bob's public key is eB = 29.
(a) Find appropriate p and q values.
(b) Using the values for p and q from part (a), compute a valid value for dA.
(c) Using the values for p and q from part (a), compute a valid value for dB.
(d) Is it safe to use several public key pairs based on the same n?