Dear All, Im so confused when it comes to RSA implementation. Can someone please tutor me on how to do the calculation: Take for example: p=7, q=11 and a proper value of e to encode text "OLAJIDE", I translate each letter to be:
O=15
L=12
A=1
J=10
I=9
D=4
E=5
How do I apply the decrption/encryption to recover the original plaintext?
Thank you all.
O=15
L=12
A=1
J=10
I=9
D=4
E=5
How do I apply the decrption/encryption to recover the original plaintext?
Thank you all.