1. Dexter wants to set up his own public keys. He chooses p = 23 and q = 37 with e = 17. Answer the following using RSA cryptographic method: %3D a) Encrypt the message '100' and find the CIPHER...


help


1. Dexter wants to set up his own public keys. He chooses p = 23 and q = 37 with e = 17.<br>Answer the following using RSA cryptographic method:<br>%3D<br>a) Encrypt the message '100' and find the CIPHER number (C) to be sent. '100' should<br>be taken together as M while computing encryption<br>C = M° mod pq (Use This Formula) [Here M is 100]<br>b) Find the decryption key 'd', using extended Euclidean GCD algorithm.<br>c) Now decrypt the message '10' (this is the CIPHER message received).<br>M = Cd mod pq (Use This Formula) [Here C is 10]<br>

Extracted text: 1. Dexter wants to set up his own public keys. He chooses p = 23 and q = 37 with e = 17. Answer the following using RSA cryptographic method: %3D a) Encrypt the message '100' and find the CIPHER number (C) to be sent. '100' should be taken together as M while computing encryption C = M° mod pq (Use This Formula) [Here M is 100] b) Find the decryption key 'd', using extended Euclidean GCD algorithm. c) Now decrypt the message '10' (this is the CIPHER message received). M = Cd mod pq (Use This Formula) [Here C is 10]

Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here