> |
MATH 243 -- Algebraic Structures
RSA Public-Key Encryption Example
Friday, October 27
Consider the RSA system with
(much too small to be a secure system, but
OK for "hand" calculations!)
The public information would be the encryption exponent
e and the number We will use
so the
encryption function is
Let's take the plaintext message "MEET AT DAWN"
converted to numerical form in the simplest way
(A = 0, B = 1, C = 2, etc.)
> | ![]() |
We apply the encryption function to each number in the
plaintext message like this:
> | ![]() |
> | ![]() |
> |
The decryption exponent in this case is since
> | ![]() |
So to decrypt:
> | ![]() |
> | ![]() |
which recovers the original plaintext(!)
> |
> |