Question

Let G be a secure pseudorandom generator with expansion factor α. Please describe a computationally secure...

Let G be a secure pseudorandom generator with expansion factor α. Please describe a computationally secure symmetric key encryption scheme based on such G.

Homework Answers

Answer #1

Q.Let G be a secure pseudorandom generator with expansion factor α. Please describe a computationally secure symmetric key encryption scheme based on such G.

Answer:

Gen: On input 1n, choose k {0, 1}n uniformly at random and output it as the key.

• Enc: On input a key k   {0, 1}n and a message m {0, 1}(n). output the ciphertext

c := G(k) m.

• Dec: On input a key k   {0, 1}n and a ciphertext c {0, 1}(n), output the plaintext message

m := G(k) c.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT