I have a horrible TA as a professor with a bad Indian accent that I cant understand and I am very confused with what we are doing.

Encrypt the following byte message into its Cipher and again decrypt it into original form based on RSA public key cryptosystem.

Message:
0001 0100 0110 0001 1100 1000 0010 1000 1011 0011 0000 0001

Take p=5
q=11
so, key will be 5*11=55, and s=27

thats all he gave us, and he really didn't teach us how to do it. The book is just as confusing as him because our college had it made for that class.

1 answer

http://74.125.95.104/search?q=cache:ApRwChW6-HQJ:www.cs.nthu.edu.tw/~cchen/Research/2001LNCS.pdf+rsa+key+binary&hl=en&ct=clnk&cd=2&gl=us&client=firefox-a

That may help you with the algorithm.