CINXE.COM
Eurocrypt 2025
<!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="44th Annual International Conference on the Theory and Applications of Cryptographic Techniques" /> <!-- Generic bootstrap --> <link href="https://iacr.org/libs/css/bootstrap/bootstrap-5.3.0-dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Styling --> <link rel="stylesheet" href="/2025/styles/main.css?v=2"> <link id="style" rel="stylesheet" href="/2025/styles/bluem3_theme.css"> <!-- dark mode! coming soon...I hope --> <!-- <script type="module" src="/2025/js/color-modes.js"></script> --> <!-- metadata for googlebot --> <script type="application/ld+json"> { "@id": "https://eurocrypt.iacr.org/2025", "@context": "http://schema.org/", "@type": "Event", "startDate": "May 4, 2025", "endDate": "May 8, 2025", "location": { "@context": "http://schema.org", "@type": "Place", "address": { "@context": "http://schema.org", "@type": "PostalAddress", "addressLocality": "Madrid", "addressCountry": "Spain" }, "geo": { "@type": "GeoCoordinates", "latitude": "-3.7111580371857", "longitude": "40.423894105042" }, "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": "Eurocrypt 2025", "description": "44th Annual International Conference on the Theory and Applications of Cryptographic Techniques", "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://eurocrypt.iacr.org/2025" /> <meta property="event:start_time" content="May 4, 2025" /> <meta property="event:end_time" content="May 8, 2025" /> <meta property="og:description" content="44th Annual International Conference on the Theory and Applications of Cryptographic Techniques" /> <meta property="og:image" content="https://iacr.org/img/logo/iacrlogo_small_og.png" /> <meta property="og:latitude" content="-3.7111580371857" /> <meta property="og:longitude" content="40.423894105042" /> <!-- metadata for twitter. --> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@iacr_news" /> <meta name="twitter:description" content="44th Annual International Conference on the Theory and Applications of Cryptographic Techniques" /> <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="Eurocrypt 2025" /> <meta name="twitter:title" content="Eurocrypt 2025" /> <title> Eurocrypt 2025 </title> <style> .bi { width: 1em; height: 1em; fill: currentcolor; } .color-modes .dropdown-menu { padding: 0.25rem; } .color-modes .dropdown-menu li+li { margin-top: 0.125rem; } .color-modes .dropdown-item { border-radius: 0.25rem; } .color-modes .active { font-weight: 600; } .color-modes .active .bi { display: block !important; } </style> </head> <body class="home"> <!-- stop nasty flash when dark mode loads --> <!-- <script> const theme = localStorage.getItem('theme') || 'light'; document.documentElement.dataset.appliedMode = theme; </script> --> <!-- 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"> Eurocrypt 2025 </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"> May 4-8, 2025 </h3> <h3 class="headerInfoBottom"> Madrid, Spain </h3> </div> </div> </div> </div> </header> <nav id="mainNavRow" class="navbar navbar-expand-md"> <div class="container"> <button class="navbar-toggler mt-1 collapsed nofocus" type="button" data-bs-toggle="collapse" data-bs-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 ms-4 ms-md-0" id="navbarNav" role="navigation"> <ul id="nav-ul" class="navbar-nav"> <li class="nav-item mt-4 mt-md-0"> <a class="nav-link" href="/2025/"> Home </a> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" href="#"> Technical Program </a> <div class="dropdown-menu mx-md-3 mx-lg-4 mx-xl-5"> <a class="dropdown-item" href="/2025/program.php"> Main program </a> <a class="dropdown-item" href="/2025/acceptedpapers.php"> Accepted papers </a> <!-- <a class="dropdown-item" href="/2025/affiliated.php"> Affiliated events </a> --> <!-- <a class="dropdown-item" href="/2025/invitedtalks.php"> Invited talks </a> <a class="dropdown-item" href="/2025/rumpsession.php"> Rump session </a> --> <a class="dropdown-item" href="/2025/callforpapers.php"> Call for papers </a> <a class="dropdown-item" href="/2025/callforartifacts.php"> Call for artifacts </a> <a class="dropdown-item" href="/2025/papersubmission.php"> Paper submission </a> <hr> <a class="dropdown-item" href="/2025/community.php"> Community events </a> </div> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" href="#"> Affiliated Events </a> <div class="dropdown-menu mx-md-3 mx-lg-4 mx-xl-5"> <a class="dropdown-item" href="/2025/affiliated.php"> Affiliated events </a> <a class="dropdown-item" href="/2025/callforaffiliated.php"> Call for affiliated events </a> </div> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" href="#"> Attend </a> <div class="dropdown-menu mx-md-3 mx-lg-4 mx-xl-5"> <a class="dropdown-item" href="/2025/registration.php"> Registration </a> <a class="dropdown-item" href="/2025/travel.php"> Venue & travel </a> <a class="dropdown-item" href="/2025/accommodations.php"> Accommodations </a> <!-- <a class="dropdown-item" href="/2025/tourism.php"> Tourism </a> --> <a class="dropdown-item" href="/2025/support.php"> Student Stipends </a> <a class="dropdown-item" href="/2025/visas.php"> Visas </a> <!-- <a class="dropdown-item" href="/2025/virtual.php"> Remote attendance </a> <a class="dropdown-item" href="/2025/swag.php"> Swag </a> --> <a class="dropdown-item" href="/2025/conduct.php"> Code of conduct </a> <a class="dropdown-item" href="/2025/local_org.php"> Local organization </a> <!-- </div> </li> --> <li class="nav-item"> <a class="nav-link" href="/2025/sponsors.php"> Sponsors </a> </li> <li class="nav-item"> <a class="nav-link" href="/2025/contact.php"> Contact </a> </li> <!-- <li class="nav-item dropdown color-modes"> <a class="nav-link" id="bd-theme" type="button" aria-expanded="false" data-bs-toggle="dropdown" data-bs-display="static"> <svg class="bi my-1 theme-icon-active"> <use href="#circle-half"></use> </svg> <span id="bd-theme-text"></span> </a> <ul class="dropdown-menu" aria-labelledby="bd-theme" style="--bs-dropdown-min-width: 8rem;"> <li> <button type="button" class="dropdown-item d-flex align-items-center" data-bs-theme-value="light"> <svg class="bi me-2 opacity-50 theme-icon"> <use href="#sun-fill"></use> </svg> Light <svg class="bi ms-auto d-none"> <use href="#check2"></use> </svg> </button> </li> <li> <button type="button" class="dropdown-item d-flex align-items-center" data-bs-theme-value="dark"> <svg class="bi me-2 opacity-50 theme-icon"> <use href="#moon-stars-fill"></use> </svg> Dark <svg class="bi ms-auto d-none"> <use href="#check2"></use> </svg> </button> </li> <li> <button type="button" class="dropdown-item d-flex align-items-center active" data-bs-theme-value="auto"> <svg class="bi me-2 opacity-50 theme-icon"> <use href="#circle-half"></use> </svg> Auto <svg class="bi ms-auto d-none"> <use href="#check2"></use> </svg> </button> </li> </ul> </li> --> </ul> </div> </div> </nav> </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> <!-- for dark mode --> <svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <symbol id="check2" viewBox="0 0 16 16"> <path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z" /> </symbol> <symbol id="circle-half" viewBox="0 0 16 16"> <path d="M8 15A7 7 0 1 0 8 1v14zm0 1A8 8 0 1 1 8 0a8 8 0 0 1 0 16z" /> </symbol> <symbol id="moon-stars-fill" viewBox="0 0 16 16"> <path d="M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278z" /> <path d="M10.794 3.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387a1.734 1.734 0 0 0-1.097 1.097l-.387 1.162a.217.217 0 0 1-.412 0l-.387-1.162A1.734 1.734 0 0 0 9.31 6.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387a1.734 1.734 0 0 0 1.097-1.097l.387-1.162zM13.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.156 1.156 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.156 1.156 0 0 0-.732-.732l-.774-.258a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732L13.863.1z" /> </symbol> <symbol id="sun-fill" viewBox="0 0 16 16"> <path d="M8 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z" /> </symbol> </svg> <!-- regular content continues below --> <main class="container"> <!-- 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 --> <p> Eurocrypt 2025, the 44th Annual International Conference on the Theory and Applications of Cryptographic Techniques, will take place in Madrid, Spain on May 4-8, 2025. Eurocrypt 2025 is organized by <a href="https://iacr.org/">the International Association for Cryptologic Research</a> (IACR). The <a href="affiliated.php">affiliated events</a> will take place on May 3-4, 2025. </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 blockBtn w-50 mx-auto mb-4"> 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-lg-5 mb-3 mb-lg-4"> Affiliated events </a> <a href="program.php" class="btn customBtn-warm btn-lg px-lg-5 mb-3 mb-lg-4"> Conference program </a> <a href="rumpsession.php" class="btn customBtn-warm btn-lg px-lg-5 mb-3 mb-lg-4"> Rump session </a> </div> --> <div class="row"> <div class="col-md-6"> <article class="customCard"> <h4 class="customCardHeader"> Important dates </h4> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-6 col-lg-4"> Oct 2, 2024 (AoE) </h6> <p class="col-7 col-md-6 col-lg-8"> Submission deadline </p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-4"> Dec 6, 2024 (AoE) </h6> <p class="col-7 col-md-8"> Second submission deadline for affiliated events proposals </p> </div> <!-- --> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-6 col-lg-4"> Dec 8, 2024 </h6> <p class="col-7 col-md-6 col-lg-8"> Rebuttal period begins </p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-6 col-lg-4"> Dec 12, 2024 </h6> <p class="col-7 col-md-6 col-lg-8"> Rebuttal period ends </p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-6 col-lg-4"> Jan 31, 2025 </h6> <p class="col-7 col-md-6 col-lg-8"> Final notification </p> </div> <!-- --> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-4"> Feb 17, 2025 </h6> <p class="col-7 col-md-8"> Student stipend request deadline </p> </div> <!-- An example of a custom date not in metadata.json. --> <!-- <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-4"> 1 Jan 1970 </h6> <p class="col-7 col-md-8"> Custom date description </p> </div> --> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-6 col-lg-4"> May 4, 2025 </h6> <p class="col-7 col-md-6 col-lg-8"> Conference begins </p> </div> <div class="customCardFooter text-start small"> <img src="images/icons/info.svg" class="icon" alt="info icon" /> Further details will be available soon. </div> </article> </div> <div class="col-md-6 mt-4 mt-md-0"> <article class="customCard"> <h4 class="customCardHeader"> Website updates </h4> <!-- NOTE: copy the commented-out block below to add a row to announce when you add new info to the site --> <!-- <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-6 col-lg-4"> # MONTH 202X </h6> <p class="col-7 col-md-6 col-lg-8"> Some sort of update </p> </div> --> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-6 col-lg-4"> Mar 21, 2025 </h6> <p class="col-7 col-md-6 col-lg-8"> <a href="./program.php">Program</a> is online</p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-6 col-lg-4"> Mar 10, 2025 </h6> <p class="col-7 col-md-6 col-lg-8"> <a href="./registration.php">Registration</a> is open</p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-6 col-lg-4"> Mar 3, 2025 </h6> <p class="col-7 col-md-6 col-lg-8"> <a href="./acceptedpapers.php">Accepted papers</a> and <a href="./program.php">preliminary schedule</a> are online</p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-6 col-lg-4"> Jan 31, 2025 </h6> <p class="col-7 col-md-6 col-lg-8"> <a href="./accommodations.php">Information about hotels</a> is online and <a href="./support.php">Call for Stipends</a> is open</p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-6 col-lg-4"> Dec 21, 2024 </h6> <p class="col-7 col-md-6 col-lg-8"> Final list of <a href="./affiliated.php">affiliated events</a> and information about <a href="./support.php">Student Stipends</a> added </p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-6 col-lg-4"> Nov 7, 2024 </h6> <p class="col-7 col-md-6 col-lg-8"> 1st round of <a href="./affiliated.php">affiliated events</a> added </p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-6 col-lg-4"> Oct 31, 2024 </h6> <p class="col-7 col-md-6 col-lg-8"> <a href="./callforartifacts.php">Call for artifacts</a> is online </p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-6 col-lg-4"> Oct 11, 2024 </h6> <p class="col-7 col-md-6 col-lg-8"> Second call for affiliated events is online </p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-6 col-lg-4"> Sep 6, 2024 </h6> <p class="col-7 col-md-6 col-lg-8"> Submission server open </p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-6 col-lg-4"> Jul 4, 2024 </h6> <p class="col-7 col-md-6 col-lg-8"> Call for papers is online </p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-6 col-lg-4"> Jul 4, 2024 </h6> <p class="col-7 col-md-6 col-lg-8"> Call for affiliated events is online </p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-6 col-lg-4"> Jul 4, 2024 </h6> <p class="col-7 col-md-6 col-lg-8"> Information on travel, venue, and visas is online </p> </div> <div class="customCardRow row"> <h6 class="dateTitle col-5 col-md-6 col-lg-4"> May 28, 2024 </h6> <p class="col-7 col-md-6 col-lg-8"> Website launched </p> </div> </article> </div> </div> </main> <footer class="text-center footer"> <small> Eurocrypt 2025<br> <a href="https://iacr.org/copyright.html">Copyright © 2025</a> <span class="d-none d-md-inline">by the </span><a href="https://iacr.org/"><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> </small> <!-- <div class="w-50 mx-auto"> <hr> </div> --> <small> </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/bootstrap-5.3.0-dist/js/bootstrap.bundle.min.js"></script></body> </html>