local perspective of mixing a csp approach
play

Local perspective of mixing - a CSP approach Stathis Stathakidis - PowerPoint PPT Presentation

Outline Mixnets Assumptions Algorithms CSP Problems and future work Questions Local perspective of mixing - a CSP approach Stathis Stathakidis Department of Computing University of Surrey, UK 15 October 2012 E. Stathakidis Local


  1. Outline Mixnets Assumptions Algorithms CSP Problems and future work Questions Local perspective of mixing - a CSP approach Stathis Stathakidis Department of Computing University of Surrey, UK 15 October 2012 E. Stathakidis Local perspective of mixing

  2. Outline Mixnets Assumptions Algorithms CSP Problems and future work Questions 1 Mixnets 2 Assumptions 3 Algorithms CSP 4 5 Problems and future work 6 Questions E. Stathakidis Local perspective of mixing

  3. Outline Mixnets Assumptions Algorithms CSP Problems and future work Questions General Mixnets 1 Assumptions 2 Algorithms 3 CSP 4 Problems and future work 5 Questions 6 E. Stathakidis Local perspective of mixing

  4. Outline Mixnets Assumptions Algorithms CSP Problems and future work Questions General cryptographic protocol hides (unlink) the correspondence between its inputs and outputs consists of mix servers Chaum, 1981 E. Stathakidis Local perspective of mixing

  5. Outline Mixnets Assumptions Algorithms CSP Problems and future work Questions General Sender Si , 1 < i < n E. Stathakidis Local perspective of mixing

  6. Outline Mixnets Assumptions Algorithms CSP Problems and future work Questions General Sender Si , 1 < i < n Si sends m i E. Stathakidis Local perspective of mixing

  7. Outline Mixnets Assumptions Algorithms CSP Problems and future work Questions General Sender Si , 1 < i < n Si sends m i Mixnet operates E. Stathakidis Local perspective of mixing

  8. Outline Mixnets Assumptions Algorithms CSP Problems and future work Questions General Sender Si , 1 < i < n Si sends m i Mixnet operates Outputs in random order E. Stathakidis Local perspective of mixing

  9. Outline Mixnets Assumptions Algorithms CSP Problems and future work Questions Uses RFID tags anonymous web browsing mainly in e-voting E. Stathakidis Local perspective of mixing

  10. Outline Mixnets Assumptions Algorithms CSP Problems and future work Questions E-voting systems with Mixnets Prêt à Voter Helios Civitas . . . E. Stathakidis Local perspective of mixing

  11. Outline Mixnets Assumptions Algorithms CSP Problems and future work Questions Constructions Chaumian Mixnets untraceable mail system - 1981 layers of encryptions - onion ciphertext proportional to the number of mix servers c = E PK 1 ( E PK 2 . . . E PK n − 1 ( E PK n ( m ) . . . )) ciphertext c is delivered to the first mix server each mix server peels off the outer layer m = D SK n ( D SK n − 1 . . . D SK 2 ( D SK 1 ( c ) . . . )) E. Stathakidis Local perspective of mixing

  12. Outline Mixnets Assumptions Algorithms CSP Problems and future work Questions Constructions Re-encryption Mixnets Park et al., 1993 ciphertext’s size irrelevant to the number of servers two variations decryption at the end of the process (threshold) partial decryption E. Stathakidis Local perspective of mixing

  13. Outline Mixnets Assumptions Algorithms CSP Problems and future work Questions Constructions Other parallel Mixnet hybrid Mixnets E. Stathakidis Local perspective of mixing

  14. Outline Mixnets Assumptions Algorithms CSP Problems and future work Questions So far global perspective of mixing when a server is found dishonest then it is either excluded or replaced no more information is given: how? who? when? a third party is involved - time consuming E. Stathakidis Local perspective of mixing

  15. Outline Mixnets Assumptions Algorithms CSP Problems and future work Questions Motivation local perspective - how each mix server behaves output the final result without delay eliminate the existence of a third party E. Stathakidis Local perspective of mixing

  16. Outline Mixnets Assumptions Algorithms CSP Problems and future work Questions What we need Mixnets 1 Assumptions 2 Algorithms 3 CSP 4 Problems and future work 5 Questions 6 E. Stathakidis Local perspective of mixing

  17. Outline Mixnets Assumptions Algorithms CSP Problems and future work Questions What we need Algorithm: unique unambiguous accurate run by each server E. Stathakidis Local perspective of mixing

  18. Outline Mixnets Assumptions Algorithms CSP Problems and future work Questions Assumptions WBB secure and trusted public - anyone can read from it only servers can post on it communication channels are secure (read and post) gives accurate record of what is posted E. Stathakidis Local perspective of mixing

  19. Outline Mixnets Assumptions Algorithms CSP Problems and future work Questions Assumptions Servers know their positions in the Mixnet same potential view to the WBB active during the process can perform the basic cryptographic operations E. Stathakidis Local perspective of mixing

  20. Outline Mixnets Assumptions Algorithms CSP Problems and future work Questions Assumptions Other do not model the underlying cryptography proofs and ciphertexts as an entity no network traffic manipulation return proofs and verdicts in a timely fashion E. Stathakidis Local perspective of mixing

  21. Outline Mixnets Assumptions Algorithms CSP Problems and future work Questions Mixing and Checking Mixnets 1 Assumptions 2 Algorithms 3 CSP 4 Problems and future work 5 Questions 6 E. Stathakidis Local perspective of mixing

  22. Outline Mixnets Assumptions Algorithms CSP Problems and future work Questions Mixing and Checking Algorithm 1 Mixserver 1: if i == j then Mixing ( i , j ) 2: 3: else Checking ( i , j ) 4: 5: end if E. Stathakidis Local perspective of mixing

  23. Outline Mixnets Assumptions Algorithms CSP Problems and future work Questions Mixing and Checking Mixing(i,j) i looking for latest server j with “good” proofs i operates on j ’s ciphertexts i posts its proofs and verdicts on the WBB i claims its proofs as “good” update the last server with “good” proofs E. Stathakidis Local perspective of mixing

  24. Outline Mixnets Assumptions Algorithms CSP Problems and future work Questions Mixing and Checking Algorithm 2 Mixing 1: if i == 1 then ReadProofs ( i , lastGood , WBB ) 2: Operate ( i ) 3: PostProofs ( i , P i ) 4: PostVerdict ( i , Verdict ) 5: Mixserver ( i , j + 1 , lastGood + 1 ) 6: 7: else ReadProofs ( i , lastGood , WBB ) 8: Operate ( i ) 9: PostProofs ( i , P i ) 10: PostVerdict ( i , Verdict ) 11: Mixserver ( i , j + 1 , i ) 12: 13: end if E. Stathakidis Local perspective of mixing

  25. Outline Mixnets Assumptions Algorithms CSP Problems and future work Questions Mixing and Checking Checking(i,j) i reads j ’s proofs from the WBB i posts its verdict about j ’s proofs on the WBB (update) if the read proofs are “good” then j + + update the last server j with “good” proofs else j is not considered as server with “good” proofs E. Stathakidis Local perspective of mixing

  26. Outline Mixnets Assumptions Algorithms CSP Problems and future work Questions Mixing and Checking Algorithm 3 Checking 1: ReadProofs ( i , j , P j , WBB ) 2: PostVerdict ( i , j , Verdict ) 3: if P j == good then Mixserver ( i , j + 1 , j ) 4: 5: else Mixserver ( i , j + 1 , lastGood ) 6: 7: end if E. Stathakidis Local perspective of mixing

  27. Outline Mixnets Assumptions Algorithms CSP Problems and future work Questions Dishonest can do anything can refuse to read and produce proofs CHAOS in CSP - most non deterministic process too dishonest! is STOP enough? E. Stathakidis Local perspective of mixing

  28. Outline Mixnets Assumptions Algorithms CSP Problems and future work Questions Dishonest can do anything can refuse to read and produce proofs CHAOS in CSP - most non deterministic process too dishonest! is STOP enough? probably not E. Stathakidis Local perspective of mixing

  29. Outline Mixnets Assumptions Algorithms CSP Problems and future work Questions WBB accepts read and post queries anyone can read from it only servers can post on it initially consists of sequence of pending proofs and sequence of unknown verdicts E. Stathakidis Local perspective of mixing

  30. Outline Mixnets Assumptions Algorithms CSP Problems and future work Questions Background Mixnets 1 Assumptions 2 Algorithms 3 CSP 4 Problems and future work 5 Questions 6 E. Stathakidis Local perspective of mixing

  31. Outline Mixnets Assumptions Algorithms CSP Problems and future work Questions Background Communicating Sequential Processes Hoare, 1978 tool for specifying and verifying concurrent systems subsystems which operate concurrently and interact each other need of a model checker - FDR E. Stathakidis Local perspective of mixing

  32. Outline Mixnets Assumptions Algorithms CSP Problems and future work Questions Datatypes Datatypes N : number of mix servers nametype NumberOfServers = {1..N} nametype Servers = NumberOfServers datatype Proofs = good | bad | pending Verdicts = {true, false} E. Stathakidis Local perspective of mixing

  33. Outline Mixnets Assumptions Algorithms CSP Problems and future work Questions Channels Channels operate : Servers read proofs : Servers.Servers.Proofs read verdicts : Servers.Servers.Verdicts post proofs : Servers.Proofs post verdicts : Servers.Servers.Verdicts E. Stathakidis Local perspective of mixing

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend