Anyone can encrypt, because n and e are public.To encrypt, convert your message into a set of plaintext numbers P, each less than n.For each P, compute
The numbers C are your ciphertext.
Example: send the message "cats and dogs"
Next Section