



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
The concept of pseudo random bit generators (prgs), also known as stream ciphers. Prgs are deterministic functions that produce outputs indistinguishable from random bitstreams. The definition and security properties of prgs are provided, followed by the description of the blum-blum-shub algorithm, an official prg. The document also establishes the connection between prgs and stateful private encryption.
Typology: Slides
1 / 6
This page cannot be seen from the preview
Don't miss anything!
2
PRG ’s also known as stream ciphers because they correspond to pseudo-random one-time pads. Intuitively, these are deterministic functions whose outputs cannot be differentiated from random bitstreams.
4
l ( k ) is any polynomial > k INPUT: random seed x of length k OUTPUT: bitstring s of length L Use 1st ¼ of x to generate p deterministically Use 2nd ¼ of x to generate q deterministically Let n = p ⋅ q , and r = 2nd ½ of x. Return BBS-PRG( n, r, l ( k )) // slide #5 from // “probabilistic encryption”
5
THM: A pseudo random bit generator exists iff a stateful symmetric encryption scheme exists with |M| > |K| that is computationally secure. ½ proof : PRG g Encryption : Use the pseudo random one time pad defined by
security parameter k chosen so l ( k ) ≥ | m |
G: K = (key K a rand. k -bit string)