Encrypt string using RSA algorithm

247 Views Asked by At

Encrypt the $3-$digit string $231$ using the key $(1219,7)$ and the RSA encryption algorithm. What is the new string of numbers?

I have found that $$M' \equiv 231^7 \pmod {1219} \equiv 875 \pmod {1219}$$ Is that all this is asking?