Consider RSA with p = 3 and q = 11.
a. What are n and z?
b. Let e be 7. Why is this an acceptable choice for e?
c. Compute a value for d such that (d * e) % φ(n) = 1
d. Encrypt the message m = 8 using the key (n, e). Let c denote the corresponding ciphertext. Show all work. Hint: To simplify the calculations, use the formula: [φ(n) = (p - 1) * (q - 1)]