Problem
Given an RSA cryptosystem with the values p = 11, q = 23 and e = 7. Use Extended Euclidean algorithm to find the key to be used for decryption. Suppose this RSA system was used to encrypt a number resulting in ciphertext c = 57. Decrypt using the Square-and-Multiply algorithm. (Show all your step-by-step work as tables.)