







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
Various identification schemes, including peggy and vera's password scheme and public key encryption (pke) for identification. It also explores the concepts of interactive proof systems and zero-knowledge proofs, with examples of the docsity.com system and fiat-shamir protocol. The document emphasizes the importance of securing these systems against leaks and attacks.
Typology: Slides
1 / 13
This page cannot be seen from the preview
Don't miss anything!
2
Peggy: Can you let me in please?
Vera: Who are you?
Peggy: I’m Peggy.
Vera: What’s your password?
Peggy: None of your beeswax
Vera: Get lost...
4
For Interactive Proof System to work, Peggy should usually be able to prove her knowledge while impostor Pernicia ( P* ) should usually fail.
Completeness: When possessor of secret P interacts, prob. of V accepting ≥ ⅔
Soundness: When non-possessor of secret P* interacts, prob. of V accepting ≤ ⅓
5
If Eve sees transcript, can successfully pretend to be Peggy
If Villain V* replaces V , can pretend as well x P transcript action
7
First attempt to fix: use secret key to decrypt encrypted messages, thus not revealing secret key. First round omitted as Peggy does nothing. Peggy proves that she knows sk : V accepts iff m==m’. CLAIM: System is Complete and Sound. ISSUE: V* tricks P into decrypting ciphertext c with unknown plaintext. c = E ( m,pk) m’ = D ( c,sk) V : random message m P
8
If information is leaked, true transcripts inherently distinguishable from Simon’s ( S ) simulations ignorant of P ’s secret:
Password Scheme Leakage: Peggy: Simon:
PKE Scheme Leakage: Peggy: Simon: andromeda P ^%$!@%$!* S c* m’ = D ( c*,sk) V * P c * m’’ ( c* ) V * S
10
Simplified version of Fiat-Shamir:
Public Information: n - a product of discarded equal-length distinct primes p, q 3 (mod 4) and y - a quadratic residue mod n
Peggy’s secret: x - a square root of y mod n
Protocol defined by:
Victor ACCEPTs iff
U Z ∗ n
2
b
2
b
11
S : guesses generates: V* S : Starts over if Else: sends above message
∗ n b ′ ∈ U { 0 , 1 }
′
2
b ′
13
CZK : computational zero knowledge lang’s
IP : interactive proof languages
PSPACE : polynomial space languages
Recall NP PSPACE