المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : ارجو منكم مساعدتي في الحل



fatom8
26-05-2011, 06:09 PM
implement the rsa encryption /decryption process discussed in the lectures.use any 2 programming language to write two function:
1- Encryption that:
a- Reads an integer message M
b- Randomly selects P and Q
c- Encrypt M to a cipher code c=ME mode N-
2Decryption:
a-Finds a number D so that ED=1(mod(p-1)(q-1))
b-Decode C to CD (mod N),the result should be = M

محترف2011
08-08-2011, 11:35 PM
إن شاء الله بسيطة