Nominal/activities/tphols09/basin.html
changeset 415 f1be8028a4a9
equal deleted inserted replaced
414:05e5d68c9627 415:f1be8028a4a9
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
       
     2 <html>
       
     3 <head>
       
     4 <title>TPHOLs 2009</title>
       
     5 <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAPK7aMC4FDjV_GNRHDThC1BTTdYAvEcsK2WWznOVPgLglzb1KQhR1cqhbUMaTXEN7XtSXuQxbViAeQg"
       
     6             type="text/javascript"></script>
       
     7     <script type="text/javascript">
       
     8 
       
     9     function initialize() {
       
    10       if (GBrowserIsCompatible()) {
       
    11         var map = new GMap2(document.getElementById("map_canvas"));
       
    12         var TUM = new GLatLng(48.12954444444, 11.588652777777778);
       
    13         map.setCenter(TUM, 0);
       
    14         map.setMapType(G_HYBRID_MAP);
       
    15         map.addControl(new GSmallMapControl());
       
    16         map.addOverlay(new GMarker(TUM));
       
    17       }
       
    18     }
       
    19 
       
    20     </script>
       
    21 </head>
       
    22 
       
    23 <BODY TEXT="#000000" 
       
    24       BGCOLOR="#4169E1" 
       
    25       LINK="#0000EF" 
       
    26       VLINK="#51188E" 
       
    27       ALINK="#FF0000"
       
    28       onload="initialize()" onunload="GUnload()">
       
    29 
       
    30 <TABLE WIDTH="100%" 
       
    31        BGCOLOR="#4169E1" 
       
    32        BORDER="0"   
       
    33        FRAME="border"  
       
    34        CELLPADDING="10"     
       
    35        CELLSPACING="2"
       
    36        RULES="all">
       
    37 
       
    38 <!-- left column -->
       
    39 <TR>
       
    40 <TD BGCOLOR="#FFFFFF" 
       
    41     WIDTH="20%" 
       
    42     VALIGN="TOP" 
       
    43     ROWSPAN="2">
       
    44 
       
    45 <p align=center>
       
    46 <a href="pictures/marienplatz.jpg">
       
    47 <img src="pictures/marienplatz_small.jpg" alt="Marienplatz" border=0></a>
       
    48 <br>
       
    49 <small>Marienplatz (city centre)</small><br>
       
    50 </p>
       
    51 
       
    52 <p align=center>
       
    53 <a href="pictures/englischer_garten.jpg">
       
    54 <img src="pictures/englischer_garten_small.jpg" alt="Englischer Garten" border=0></a>
       
    55 <br>
       
    56 <small>The English Garden</small><br>
       
    57 </p>
       
    58 
       
    59 <p align=center>
       
    60 <a href="pictures/chinesischer_turm.jpg">
       
    61 <img src="pictures/chinesischer_turm_small.jpg" alt="Chinesischer Turm" border=0></a>
       
    62 <br>
       
    63 <small>Chinese Tower (famous beer garden)</small><br>
       
    64 </p>
       
    65 
       
    66 <p align=center>
       
    67 <a href="pictures/cs_building.jpg">
       
    68 <img src="pictures/cs_building_small.jpg" alt="Computer science building" border=0></a>
       
    69 <br><small>The Computer Science building of the TUM</small><br>
       
    70 </p>
       
    71 
       
    72 <p align=center>
       
    73 <a href="pictures/magistrale.jpg">
       
    74 <img src="pictures/magistrale_small.jpg" alt="Main hall of the computer science building" border=0></a>
       
    75 <br>
       
    76 <small>The main hall in the CS-building</small><br>
       
    77 </p>
       
    78 
       
    79 <p align=center>
       
    80 <a href="pictures/isar.jpg">
       
    81 <img src="pictures/isar_small.jpg" alt="The river Isar" border=0></a>
       
    82 <br>
       
    83 <small>The Isar river</small><br>
       
    84 </p>
       
    85 
       
    86 <p align=center>
       
    87 <A HREF="pictures/tphols09_poster.jpg">
       
    88 <IMG ALT="poster" SRC="pictures/tphols09_poster_small.jpg" align="top"></A>
       
    89 <BR>
       
    90 <small>The conference poster</small><br>
       
    91 </p>
       
    92 
       
    93 </TD>
       
    94 
       
    95 
       
    96 <!-- right column -->
       
    97 <TD BGCOLOR="#FFFFFF" WIDTH="75%" VALIGN="TOP">
       
    98 <H3>SPEAKER: David Basin</H3>
       
    99 
       
   100 <H3>TITLE:  Let's get physical: models and methods for real-world security  
       
   101 protocols</H3>
       
   102 
       
   103 (Joint work with Patrick Schaller, Benedikt Schmidt, and Srdjan Capkun)
       
   104 
       
   105 <p>
       
   106 Traditional security protocols are mainly concerned with key establishment and
       
   107 principal authentication, and rely on predistributed keys and properties of
       
   108 cryptographic operators. In contrast, new application areas are emerging that
       
   109 establish and rely on properties of the physical world. Examples include
       
   110 secure localization, distance bounding, and device pairing protocols.
       
   111 </p>
       
   112 
       
   113 <p>
       
   114 We present a formal model extending standard, inductive, trace-based, symbolic
       
   115 approaches in two directions. In terms of communication, we refine the
       
   116 standard Dolev-Yao model to account for network topology, transmission delays,
       
   117 and node positions. This results in a distributed intruder with restricted,
       
   118 but more realistic, communication capabilities. On the level of messages, we
       
   119 use an abstract message theory to establish facts independent of the concrete
       
   120 protocol and message theory. To analyse the security of a given protocol, we
       
   121 instantiate the abstract message theory so that properties of the
       
   122 cryptographic operators under consideration are accurately modeled.  We
       
   123 describe the formalization of this model in Isabelle/HOL and present its
       
   124 application to a distance bounding protocol, where the concrete message theory
       
   125 includes exclusive-or and its associated equational theory.
       
   126 </p>
       
   127 </TD>
       
   128 </TABLE>
       
   129 
       
   130 <hr>
       
   131 <!-- Created:  Thu Feb 28 19:21:12 CET 2008 -->
       
   132 <!-- hhmts start -->
       
   133 Last modified: Wed Apr 29 19:18:31 CEST 2009
       
   134 <!-- hhmts end -->
       
   135 <a href="http://validator.w3.org/check/referer">[Validate this page.]</a>
       
   136 </body>
       
   137 </html>