Solving RSA cipher without calculator

254 Views Asked by At

I have a question: Encrypt the message UPLOAD using RSA with $n=3\cdot 31$ and $e =17$.

My question is, how can I solve this with a calculator and in an efficient manner due to being in an exam environment?

For example, for $U$ I got $C= 21^{17}\pmod{93}$. Is there any shortcut I can use?