Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Public Key Encryption: 1. Choose 2 large primes, p and q. Normally, these would be randomly distributed, but for this assignme nt choose the Mersenne

Public Key Encryption:

1.

Choose 2 large primes, p and q. Normally, these would be randomly distributed, but for this assignment choose the Mersenne primes (2r- 1) that come from prime exponents r= 61 and r=89. Generate the first part of your public key n = pq.

2.

Calculate the Euler Phi function of n, phi. Choose your exponent that is relatively prime to phi, e. Normally e would be a Goldilocks exponent, not to small and not too large. For this assignment choose e = 37, and make sure it satisfies the required condition (Show.)

3.

Show you know how to encode. You wouldnt normally use your own public key to encode a message, but for this assignment use the public key pair you generated above to encode TURING

4.

Generate your private key, d.

5.

Use your private key to decode this message, that I encoded using your public key:

930085425332266292139654042456648792280393684

6.

Produce a digital signature: use your private key to encode your signature: RSAGURU

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Concepts

Authors: David M. Kroenke, David J. Auer

7th edition

133544621, 133544626, 0-13-354462-1, 978-0133544626

More Books

Students also viewed these Databases questions