Example
Encrypt a tiny message representative with RSA arithmetic.
highlighted = computed this step
Step 1 — Range
Compute the highlighted cryptography value.
0 <= m < nTrue
Step 2 — Power
Compute the highlighted cryptography value.
m power e343
Step 3 — Ciphertext
Compute the highlighted cryptography value.
c13
cryptography
The values in this lesson are deliberately tiny so every modular arithmetic step can be checked exactly.