CINXE.COM
FSE 2023
<!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="29th Annual International Conference on Fast Software Encryption"/> <!-- Generic bootstrap --> <link href="https://iacr.org/libs/css/bootstrap/confv2/css/bootstrap.min.css" rel="stylesheet" > <!-- Styling --> <link rel="stylesheet" href="/2023/styles/main.css"> <link id="style" rel="stylesheet" href="/2023/styles/blue_theme.css"> <!-- metadata for googlebot --> <script type="application/ld+json"> { "@id": "https://fse.iacr.org/2023", "@context": "http://schema.org/", "@type": "Event", "startDate": "Mar 20 2023", "endDate": "Mar 24 2023", "location": { "@context": "http://schema.org", "@type": "Place", "address": { "@context": "http://schema.org", "@type": "PostalAddress", "addressLocality": "Beijing", "addressCountry": "China" }, "geo": { "@type": "GeoCoordinates", "latitude": "116.40266499791", "longitude": "39.989315280293" }, "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": "FSE 2023", "description": "29th Annual International Conference on Fast Software Encryption", "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://fse.iacr.org/2023"/> <meta property="event:start_time" content="Mar 20 2023"/> <meta property="event:end_time" content="Mar 24 2023"/> <meta property="og:description" content="29th Annual International Conference on Fast Software Encryption"/> <meta property="og:image" content="https://iacr.org/img/logo/iacrlogo_small_og.png"/> <meta property="og:latitude" content="116.40266499791"/> <meta property="og:longitude" content="39.989315280293"/> <!-- metadata for twitter. --> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@iacr_news"/> <meta name="twitter:description" content="29th Annual International Conference on Fast Software Encryption"/> <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="FSE 2023" /> <meta name="twitter:title" content="FSE 2023" /> <title> FSE 2023 </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"> FSE 2023 </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"> March 20-24 2023 </h3> <h3 class="headerInfoBottom"> Beijing, China </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="/2023/"> 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="/2023/program.php"> Main program </a> <a class="dropdown-item" href="/2023/rumpsession.php"> Rump session </a> <a class="dropdown-item" href="/2023/invitedtalks.php"> Invited talks </a> <a class="dropdown-item" href="/2023/testoftime.php"> Test of Time award </a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="/2023/acceptedpapers.php"> Accepted papers </a> <a class="dropdown-item" href="/2023/callforpapers.php"> Call for papers </a> <a class="dropdown-item" href="/2023/papersubmission.php"> Paper submission </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="/2023/registration.php"> Registration </a> <a class="dropdown-item" href="/2023/chinaEvent.php"> Main event (China) </a> <a class="dropdown-item" href="/2023/japanEvent.php"> Mirror event (Japan) </a> <a class="dropdown-item" href="/2023/virtualEvent.php"> Virtual event </a> <a class="dropdown-item" href="/2023/conduct.php"> Code of conduct </a> </div> </li> <li class="nav-item"> <a class="nav-link" href="/2023/sponsors.php"> Sponsors </a> </li> <li class="nav-item"> <a class="nav-link" href="/2023/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"> <div class="col-12"> <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-between"> <a href="affiliated.php" class="btn customBtn-warm btn-lg px-5 mb-3"> Affiliated events </a> <a href="program.php" class="btn customBtn-warm btn-lg px-5 mb-3"> Conference program </a> <a href="swag.php" class="btn customBtn-warm btn-lg px-5 mb-3"> Want swag? </a> </div> --> </div> </div> <p class="alert customAlert-cool"> There will be <a href="japanEvent.php">a mirror event hosted in Kobe, Japan</a> for attendees who are unable to travel to <a href="chinaEvent.php">the main event in Beijing, China</a>. There is also <a href="virtualEvent.php">a virtual attendance option</a>. There may be information specific to the event, depending on venue, so please be sure to check those pages (linked above). </p> <div class="row mb-2"> <article class="col-md-8"> <p> Fast Software Encryption (FSE) 2023 will take place in Beijing, China on March 20-24 2023. FSE 2023 is the 29th annual conference that is widely recognized as the internationally leading event in the area of symmetric cryptology. Since 2002, FSE is organized by <a href="https://iacr.org/">the International Association for Cryptologic Research</a> (IACR), a global organization with more than 1600 members that brings together researchers in cryptology. </p> <p> FSE focuses on fast and secure primitives for symmetric cryptography, that form the workhorse for all applications of cryptography (e.g., AES, SHA-2 and SHA-3). The event covers a broad range of practical and theoretical topics including the design and analysis of block ciphers, stream ciphers, encryption schemes, hash functions, message authentication codes, authenticated encryption schemes, cryptanalysis and evaluation tools, and secure implementations. The FSE conference event offers you the unique opportunity to meet more than 170 experts from across academia and industry. </p> </article> <aside class="col-md-4"> <img src="./images/v4_2.png" class="img-fluid mx-auto mb-4" alt="FSE 2023 logo Chinese calligraphy style writing, an orange-gold geometric border, and a yin-yang symbol for the 0 in 2023"> <p class="alert customAlert-cool text-left mx-2"> We are currently seeking sponsors! If your company is interested, please <a href="contact.php">contact the General Chairs</a> for more information. </p> </aside> </div> <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"> 11 Feb 2020 </h6> <p class="col-7 col-md-8"> Submission deadline at 21:00 UTC </p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-4"> 2 Apr 2020 </h6> <p class="col-7 col-md-8"> First round notification </p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-4"> 21 Apr 2020 </h6> <p class="col-7 col-md-8"> Rebuttal deadline at 11:45 UTC </p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-4"> 26 Apr 2020 </h6> <p class="col-7 col-md-8"> Final notification </p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-4"> 26 Apr 2020 </h6> <p class="col-7 col-md-8"> Final version due </p> </div> --> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-4"> Mar 20 2023 </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"> Mar 17 2023 </h6> <p class="col-7 col-md-8"> It's time to start thinking about your <a href="rumpsession.php">rump session</a> presentations </p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-4"> Mar 14 2023 </h6> <p class="col-7 col-md-8"> Read more about our <a href="invitedtalks.php">invited speakers</a> </p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-4"> Mar 2 2023 </h6> <p class="col-7 col-md-8"> More information about the respective banquets and excursions <a href="chinaEvent.php">in Beijing</a> and <a href="japanEvent.php">in Kobe</a> is now available </p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-4"> Feb 28 2023 </h6> <p class="col-7 col-md-8"> Special hotel rates for the <a href="chinaEvent.php">event in Beijing</a> have been posted </p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-4"> Feb 17 2023 </h6> <p class="col-7 col-md-8"> <a href="registration.php">Registration</a> is open for all attendance locations (Beijing, Kobe, and virtual) </p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-4"> Feb 14 2023 </h6> <p class="col-7 col-md-8"> A more complete version of <a href="program.php">the program</a> is now up </p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-4"> Feb 6 2023 </h6> <p class="col-7 col-md-8"> The <a href="acceptedpapers.php">accepted papers</a> and <a href="program.php">a tentative program</a> have been added </p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-4"> Jan 26 2023 </h6> <p class="col-7 col-md-8"> Information about the <a href="testoftime.php">FSE Test of Time award</a> has been added </p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-4"> Jan 23 2023 </h6> <p class="col-7 col-md-8"> <a href="chinaEvent.php">A health declaration form for travel to China</a> has been added, in addition to <a href="japanEvent.php">travel information about the Japanese event</a>. </p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-4"> Jan 17 2023 </h6> <p class="col-7 col-md-8"> There is updated information on <a href="chinaEvent.php">obtaining a visa to travel to China</a>, as well as <a href="japanEvent.php">further information about the Japanese event</a>. </p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-4"> Jan 14 2023 </h6> <p class="col-7 col-md-8"> Updated information on <a href="chinaEvent.php">the main event to take place in Beijing, China</a> and <a href="japanEvent.php">the mirror event to take place in Kobe, Japan</a> is now available. There is also a <a href="virtualEvent.php">virtual attendance option</a> These pages will be updated, with changes that may not always be announced on this page. </p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-4"> Jan 12 2023 </h6> <p class="col-7 col-md-8"> Announcing a mirror event in Kobe, Japan and a virtual option. </p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-4"> Mar 29 2022 </h6> <p class="col-7 col-md-8"> Website launched with up-to-date <a href="callforpapers.php">call for papers</a> page </p> </div> </article> </div> </div> </main> <footer class="text-center footer"> <small> FSE 2023<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>