please help!!!!!!! let letters of the alphabet be A = 01, B = 02, .. Z = 26. For RSA encryption let n = 119 and e = 5. Encrypt letter W. Show work. Thanks!!
So the message is W And we want to encrypt this message Do you know the rsa encryption function?
f(p) = (p+k) (mod 26)
\[E(message=m)=m^e (\mod n)\]
\[E(m)=m^e \mod n\] We have n=119 and e =5 So we have \[E(m)=m^5 \mod 119\]
Now I believe W is the 23rd number in the alphabet So W=23 Replace m with 23 and evaluate to get the ciphertext
And that is it :)
According to above you said W is 23
" A = 01, B = 02, .. Z = 26"
A=01 B=02 C=03 D=04 E=05 F=06 G=07 and so
so the answer would have to be a value between 0 and 26?
sorry 1 and 26?
Should be a value between 0 and n
oh okay that makes sense, i got 109. Thanks!
Ok great! :)
i just thought the encryption might have to be an alphabet value, so its ok if its not?
I believe 109 is right :)
Join our real-time social learning platform and learn together with your friends!