Friends are exchanging messages via code. They decide to use ASCII alphabet where the letter and . Everything else is in order and between these as usual.
There is a public key, and and both friends are aware of this. The sender converts their message into the ASCII alphabet so it becomes a number, let us denote this by .
The sender then takes the message, raises it the e, and looks upon it Modulo n. This is the ciphertext.
So the receiver gets the message and decrypts it back into ASCII and then back into the original text.
Decode the ciphertext into the original message and give the answer as the sum of the values of each letter in the regular English alphabet where A=1 and Z=26.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
There exists a d such that e d ≡ 1 ( m o d ϕ ( n ) ) So as m ϕ ( n ) ≡ 1 ( m o d n ) we have m k ϕ ( n ) + 1 ≡ m × ( m ϕ ( n ) ) k ≡ m ( m o d n ) \ ∀ k ∈ Z .
So we need m e d ≡ c d ( m o d n )
ϕ ( n ) = 9 7 7 7 0 5 3 1 6 so d = 3 0 0 8 3 2 4 0 5 .
c d ≡ 8 7 7 3 7 6 7 6 ( m o d n ) so putting this back through ASCII spells WILL.
So we have 2 3 + 9 + 1 2 + 1 2 = 5 6