CINXE.COM
Crypto 2022
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content="42nd Annual International Cryptology Conference"/> <!-- Generic bootstrap --> <link href="https://iacr.org/libs/css/bootstrap/confv2/css/bootstrap.min.css" rel="stylesheet" > <!-- Styling --> <link rel="stylesheet" href="/2022/styles/main.css"> <link id="style" rel="stylesheet" href="/2022/styles/blue2_theme.css"> <!-- metadata for googlebot --> <script type="application/ld+json"> { "@id": "https://crypto.iacr.org/2022", "@context": "http://schema.org/", "@type": "Event", "startDate": "13 Aug 2022", "endDate": "18 Aug 2022", "location": { "@context": "http://schema.org", "@type": "Place", "address": { "@context": "http://schema.org", "@type": "PostalAddress", "addressLocality": "Santa Barbara", "addressCountry": "USA" }, "geo": { "@type": "GeoCoordinates", "latitude": "-119.7026673", "longitude": "34.4221319" }, "name": "Conference Venue" }, "organizer": { "@context": "http://schema.org", "@type": "NGO", "legalName": "International Association for Cryptologic Research", "alternateName": "IACR", "sameAs": "https://iacr.org/", "naics": "813920", "logo": "https://iacr.org/img/logo/iacrlogo_small.png" }, "name": "Crypto 2022", "description": "42nd Annual International Cryptology Conference", "image": "https://iacr.org/img/logo/iacrlogo_small.png" } </script> <!-- open graph for facebook. There is no type for event. --> <meta property="og:type" content="event"/> <meta property="og:url" content="https://crypto.iacr.org/2022"/> <meta property="event:start_time" content="13 Aug 2022"/> <meta property="event:end_time" content="18 Aug 2022"/> <meta property="og:description" content="42nd Annual International Cryptology Conference"/> <meta property="og:image" content="https://iacr.org/img/logo/iacrlogo_small_og.png"/> <meta property="og:latitude" content="-119.7026673"/> <meta property="og:longitude" content="34.4221319"/> <!-- metadata for twitter. --> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@iacr_news"/> <meta name="twitter:description" content="42nd Annual International Cryptology Conference"/> <meta property="twitter:image" content="https://iacr.org/img/logo/iacr_wordmark_twitter.png"/> <!-- apple format for iMessage and search --> <link rel="apple-touch-icon" href="https://iacr.org/img/logo/iacrlogo_small.png"> <meta property="og:title" content="Crypto 2022"/> <meta name="twitter:title" content="Crypto 2022"/> <title> Crypto 2022 </title> </head> <body class="home"> <!-- BEGIN nav --> <div id="pageTop"> <header id="conf_id" class="headerImg"> <div class="headerGradient"> <div class="pageTopContainer"> <div id="titlesLogoDiv" class="d-flex justify-content-between align-items-center"> <div class="headerConferenceName"> <h1 class="headerTitle"> Crypto 2022 </h1> </div> <div class="headerLogo"> <a href="https://iacr.org/"> <img id="logo" class="d-none d-lg-block mx-auto" src="https://iacr.org/img/logo/iacrlogo_small.png" title="International Association for Cryptologic Research"> </a> </div> <div class="headerInfo"> <h3 class="headerInfoTop"> August 13-18 2022 </h3> <h3 class="headerInfoBottom mb-0"> Santa Barbara, CA, USA </h3> </div> </div> </div> </div> </header> <div id="main-nav-row" class="sticky-top"> <nav class="container navbar navbar-expand-md"> <button class="navbar-toggler mt-1 collapsed nofocus" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> <span class="icon-bar top-bar"></span> <span class="icon-bar middle-bar"></span> <span class="icon-bar bottom-bar"></span> </button> <div class="collapse navbar-collapse justify-content-md-center" id="navbarNav"> <ul id="nav-ul" class="navbar-nav"> <li class="nav-item mt-4 mt-md-0"> <a class="nav-link" href="/2022/"> Home </a> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" href="#"> Technical Program </a> <div class="dropdown-menu mx-md-3 mx-lg-5"> <a class="dropdown-item" href="/2022/program.php"> Main program </a> <a class="dropdown-item" href="/2022/acceptedpapers.php"> Accepted papers </a> <a class="dropdown-item" href="/2022/affiliated.php"> Affiliated events </a> <a class="dropdown-item" href="/2022/rumpsession.php"> Rump session </a> <a class="dropdown-item" href="/2022/callforpapers.php"> Call for papers </a> <a class="dropdown-item" href="/2022/papersubmission.php"> Paper submission </a> <!-- <a class="dropdown-item" href="/2022/invitedtalks.php"> Invited talks </a> --> </div> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" href="#"> Attend </a> <div class="dropdown-menu mx-md-3 mx-lg-5"> <a class="dropdown-item" href="/2022/registration.php"> Registration </a> <a class="dropdown-item" href="/2022/travel.php"> Venue & travel </a> <a class="dropdown-item" href="/2022/visas.php"> Visas </a> <!-- <a class="dropdown-item" href="/2022/conduct.php"> Code of conduct </a> </div> </li> --> <li class="nav-item"> <a class="nav-link" href="/2022/sponsors.php"> Sponsors </a> </li> <li class="nav-item"> <a class="nav-link" href="/2022/contact.php"> Contact </a> </li> </ul> </div> </nav> </div> </div> <!-- END OF nav --> <noscript> <div class="container"> <h2> This site is designed for browsers with javascript. </h2> <h3> The dates, name, and location for the conference are <a href="json/metadata.json">in a json file.</a> </h3> </div> </noscript> <main class="container p-4"> <!-- NOTE: below is placeholder content. please replace contents with your own content when ready. this content serves to give you an idea of what the structure of this page has looked like in the past --> <div class="row mb-2"> <article class="col-12"> <p> Crypto 2022 is a hybrid conference and will take place in Santa Barbara, USA on August 13-18 2022. Crypto 2022 is organized by <a href="https://iacr.org/">the International Association for Cryptologic Research</a> (IACR). </p> <!-- NOTE: when registration is open, uncomment the giant registration button below. If you need more than one link, uncomment the div with three buttons below --> <!-- <a href="registration.php" class="btn customBtn-warm btn-lg btn-block w-50 mx-auto mb-3"> Register now </a> --> <!-- NOTE: these buttons are for when you need more than just one front and center call to action --> <div class="d-flex flex-wrap justify-content-center justify-content-lg-around"> <a href="https://youtube.com/playlist?list=PLeeS-3Ml-rpoIwO5ScyO8JOF3kKQwGnHV" target="_blank" class="btn customBtn-cool btn-lg px-5 mb-3"> Paper videos </a> <a href="https://youtube.com/playlist?list=PLeeS-3Ml-rpohTqwyNZE37TKuJPCei_fa" target="_blank" class="btn customBtn-cool btn-lg px-5 mb-3"> Session recordings </a> <a href="https://youtube.com/playlist?list=PLeeS-3Ml-rpqdliWCMmzbnPuWBIUFNHLq" target="_blank" class="btn customBtn-cool btn-lg px-5 mb-3"> Affiliated events </a> </div> </article> </div> <!-- <p class="alert alert-info"> NOTE: please be aware of <a href="travel.php#covid">COVID precautions</a> that are required on the UCSB campus. </p> --> <div class="row"> <div class="col-lg-6"> <article class="customCard"> <h4 class="customCardHeader"> Important Dates </h4> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-4"> 16 Feb 2022 </h6> <p class="col-7 col-md-8"> Submission deadline at 11:59pm anywhere on earth (AOE) (Thursday 17 Feb 2022 11:59:59am UTC) </p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-4"> 15 Apr 2022 </h6> <p class="col-7 col-md-8"> Early rejections </p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-4"> 19 May 2022 </h6> <p class="col-7 col-md-8"> Paper notification </p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-4"> 13 Aug 2022 </h6> <p class="col-7 col-md-8"> Conference begins </p> </div> <!-- <div class="customCardFooter"> <img src="images/icons/exclamation.svg" class="icon" /> For further details, consult the <a href="papersubmission.php">paper submission page</a>. </div> --> </article> </div> <!-- NOTE: Update this to add a row at the top as you add features to the site. --> <div class="col-lg-6 mt-4 mt-lg-0"> <article class="customCard"> <h4 class="customCardHeader"> Website Updates </h4> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-4"> 9 Aug 2022 </h6> <p class="col-7 col-md-8"> More information about <a href="rumpsession.php">the rump session</a> is now available, including the call for contributions. Links to all <a href="affiliated.php">affiliated workshops</a> have also been posted. </p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-4"> 15 Jul 2022 </h6> <p class="col-7 col-md-8"> A <a href="program.php">preliminary program</a> has been posted </p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-4"> 22 Jun 2022 </h6> <p class="col-7 col-md-8"> The list of <a href="acceptedpapers.php">accepted papers</a> is now available </p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-4"> 16 Jun 2022 </h6> <p class="col-7 col-md-8"> The <a href="travel.php">travel</a> (includes hotel information!) and <a href="visas.php">visa</a> pages have been updated </p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-4"> 13 Jun 2022 </h6> <p class="col-7 col-md-8"> <a href="sponsors.php">Sponsors page</a> updated </p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-4"> 6 Jan 2022 </h6> <p class="col-7 col-md-8"> Website launched </p> </div> </article> </div> </div> <!-- NOTE: if you have different levels of sponsors, you may wish to display some on the front page. Uncomment the code below, changing the alt text and image links accordingly --> <!-- <h3 class="pageSubtitle mt-4"> Example Sponsors </h3> <div class="homeSponsors"> <a href="http://kaymckelly.com/"> <img src="./images/demo/examplesponsor1.png" alt="black and white vector graphic of an elephant" class="sponsorLogo firstLogo" /> </a> <a href="http://kaymckelly.com/"> <img src="./images/demo/examplesponsor2.png" alt="deep blue vector graphic of a map pin with a piece missing from the circle at the top" class="sponsorLogo" /> </a> </div> --> </main> <footer class="text-center footer"> <small> Crypto 2022<br> <a href="https://iacr.org/copyright.html">Copyright © 2025</a> <span class="d-none d-md-inline">by the </span><span class="d-md-none">IACR</span> <span class="d-none d-md-inline">International Association for Cryptologic Research</span></a> <span class="d-none d-md-inline">• </span><br class="d-md-none"> <a href="https://iacr.org/privacy.html">Privacy Policy</a></span> </small> </footer> <script src="https://iacr.org/libs/js/jquery/3.3.1/jquery.min.js"></script> <script src="https://iacr.org/libs/css/bootstrap/dist/js/bootstrap.bundle.min.js"></script> </body> </html>