













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
Some concept of Automata and Complexity Theory are Administrivia, Closure Properties, Context-Free Grammars, Decision Properties, Deterministic Finite Automata, Intractable Problems, More Undecidable Problems. Main points of this lecture are: Interaction, Zero-Knowledge, Randomness, Password, Naïve Authentication, Server, Impersonate, Same Password, Web Sites, Information
Typology: Slides
1 / 21
This page cannot be seen from the preview
Don't miss anything!
What happens when you type in your password?
Can you convince the server that you know your password, without revealing it (or any other information)?
I know the password
Can you prove it?
(lack of knowledge)
I know the password
Can you prove it?
We want to convince the server that we know the password, while keeping it ignorant of the password itself
A protocol for “non-color-blindness”
I pull at random either a red ball or a blue ball and show it to you You say “red” or “blue”
We repeat this 10 times
If you got all the answers right, I am convinced you know red from blue
box 1
box 2
I pull at random either two balls from same box or one ball from box 1 and one from box 2
You say “same color” or “different color”
We repeat 10 times
If you got all the answers right, I am convinced you know red from blue
But I did not gain any other knowledge!
Task: Assign one of 3 colors to the vertices so that no edge has both endpoints of same color
3COL = { G : G has a valid 3-coloring}
3CNF formula f graph G
G has a valid 3-coloring
f is satisfiable
Part I: 3 special vertices T (true), F (false), and X
password:
password:
password? G
password: You randomly permute the colors
You lock each of the colors in a box and send the boxes to the server
The server chooses an edge at random and asks for the keys to the boxes at the endpoints You send the requested keys The server unlocks the two boxes and checks the colors are differentRepeat this 1000 times. Login succeeds if colors always different