Encrypting a Message
Break the message into chunks.
H I C H R I S …
Translate each chunk into an integer M (0 < M < n).
8 9 3 8 18 9 19 …
Divide M3 by n. E(M) is the remainder.
M = 8, n = 55
83 = 512 = 9×55 + 17
E(8) = 17
Previous slide
Next slide
Back to first slide
View graphic version