Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PKE from RSA In this section, we design a PKE scheme for bit messages from the RSA assumption. Here is the scheme: - Gen(): Choose

image text in transcribed
image text in transcribed
PKE from RSA In this section, we design a PKE scheme for bit messages from the RSA assumption. Here is the scheme: - Gen(): Choose a modulus N=pq, and two exponents e,dZ(p1)(q1) such that ed=1mod (p1)(q1). Output (pk,sk)=(e,d). - Enc(msg, pk): Parse msg {0,1} and pk=e (we again use that every element of ZN can be parsed as a string in {0,1}log(N)). Draw xZN, and r{0,1}log(N), and output ct=(xc,r,x,rmsg), where x,r is the string inner product. - Dec(ct, sk): Parse ct=(xe,r,L) where xZN,r{0,1}log(N) and L{0,1}; also parse sk = d. Output Lx,r{0,1}, where xZN is computed as x=(xc)d. Problem 6. Do both of the following. - Dec(ct, sk): Parse ct =(xe,r,L) where xcZN,r{0,1}log(N) and L{0,1}; also parse sk =d. Output Lx,r{0,1}, where xZN is computed as x=(xc)d. Problem 6. Do both of the following. (a) Prove correctness. (b) Show how to use an adversary which breaks the semantic security of the above scheme to complete the following "inner product prediction" challenge for the RSA function with probability 1/2+ for non-negligible >0 : given (N,e,xc,r) return x,r. It can be shown (using the same argument that is used to prove the Lemma) that an adversary who completes this challenge with probability 1/2+ for non-negligible >0 can be used to design an adversary to break the RSA assumption (you do not have to prove this)

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_2

Step: 3

blur-text-image_3

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 Design And SQL For DB2

Authors: James Cooper

1st Edition

1583473572, 978-1583473573

More Books

Students also viewed these Databases questions

Question

121. If X is uniformly distributed on [1, 3], find the pdf of Y X2.

Answered: 1 week ago

Question

Describe how to train managers to coach employees. page 404

Answered: 1 week ago

Question

Discuss the steps in the development planning process. page 381

Answered: 1 week ago