Sorry, this page is no longer available
We may earn an affiliate commission when you visit our partners.
Course image
Julia Kastner, Michiel Marcus, and Alessandro Amadori

As quantum computing continues to evolve, traditional cryptographic systems face increasing risks. Many of the encryption and trust mechanisms used today, including Public Key Infrastructure (PKI), will become vulnerable to quantum attacks. Organizations must proactively adapt their digital infrastructures to ensure long-term security and interoperability.

Read more

As quantum computing continues to evolve, traditional cryptographic systems face increasing risks. Many of the encryption and trust mechanisms used today, including Public Key Infrastructure (PKI), will become vulnerable to quantum attacks. Organizations must proactively adapt their digital infrastructures to ensure long-term security and interoperability.

This course provides a structured introduction to the technical aspects of quantum-safe migration. Participants will become familiar with the fundamental cryptographic principles before exploring trust infrastructures for public keys and the role of digital certificates in securing online communications. The course also introduces hybrid security models, which blend classical and quantum-resistant cryptographic models to facilitate a smoother transition.

Through five modules, learners will gain insights into key migration challenges, post-quantum cryptographic solutions, and real-world implementation strategies. The course also examines hybrid cryptography and digital certificates, highlighting challenges such as compatibility, performance, and governance. Case studies from the HAPKIDO (Hybrid Approach for quantum-safe Public Key Infrastructure Development for Organizations) project and proof-of-concept implementations provide hands-on perspectives on integrating quantum-safe cryptographic solutions into existing infrastructures.

Designed for cybersecurity professionals, IT architects, policymakers, and business leaders, this course delivers a comprehensive overview of quantum-safe infrastructures. By the end, participants will be equipped to evaluate risks, design resilient security frameworks, and implement strategies for quantum-safe digital transformation.

Whether you're an industry professional looking to future-proof your organization's security or an academic exploring quantum-safe cryptography, this course provides practical knowledge and cutting-edge insights to ensure a successful quantum transition.

What's inside

Learning objectives

  • After completing this course, your will be able to:
  • Break down the components of a public key infrastructure (pki) and analyze their roles in establishing digital trust.
  • Examine the integration of quantum-safe cryptographic methods within pki and their impact on security and interoperability.
  • Define hybrid security, explaining its purpose, key principles, and the need for a phased transition to post-quantum cryptography.
  • Identify the essential components of hybrid cryptosystems, including their cryptographic structures and implementation strategies.
  • Evaluate the strengths and limitations of hybrid cryptosystems, taking account of security, performance, and compatibility challenges.

Syllabus

Week 1:
Introduction to Cryptography​
Quantum Computing and Post-Quantum Cryptography (PQC)​
Week 2:
Read more

Traffic lights

Read about what's good
what should give you pause
and possible dealbreakers
Provides insights into real-world implementation strategies, which are essential for professionals looking to apply quantum-safe solutions in their organizations
Explores hybrid security models, which allow for a smoother transition from classical to quantum-resistant cryptography, minimizing disruption to existing systems
Examines compatibility, performance, and governance challenges, which are critical considerations for organizations implementing quantum-safe solutions
Includes case studies from the HAPKIDO project, offering practical perspectives on integrating quantum-safe cryptography into existing infrastructures
Requires learners to understand Public Key Infrastructure (PKI), which may necessitate additional learning for those without prior experience in cybersecurity
Focuses on the technical aspects of quantum-safe migration, which may not be suitable for learners seeking a high-level overview without technical depth

Save this course

Create your own learning path. Save this course to your list so you can find it easily later.
Save

Reviews summary

Quantum-safe infrastructure migration overview

According to learners, this course provides a highly relevant and comprehensive overview of the challenges and solutions for transitioning to quantum-safe digital infrastructures. Students appreciated the focus on PKI and hybrid security models, finding the discussions on practical strategies and case studies particularly useful. While the course is well-structured and explains complex topics clearly for the most part, some found later sections on specific combiner constructions and certificate standards quite dense and difficult without a strong prior background in advanced cryptography. A common suggestion was the desire for more hands-on examples and expanded practical implementation details.
Includes valuable real-world examples.
"Case studies were relevant."
"The HAPKIDO project case study was illuminating."
"I learned about practical strategies for transitioning."
Strong coverage of essential transition methods.
"...especially regarding PKI. The hybrid approach discussed was particularly helpful and practical."
"The explanation of hybrid security models was valuable."
"The PKI focus is appropriate."
Provides a broad view of the quantum threat and solutions.
"Excellent overview of the challenges and solutions for quantum-safe migration..."
"It provides a comprehensive view of the quantum threat and practical strategies for transitioning."
"Solid foundation on quantum-safe infrastructure."
Addresses a critical and timely subject.
"Very relevant course for cybersecurity professionals."
"Useful course covering a crucial upcoming topic."
"A must-take course for anyone involved in digital infrastructure security."
Some advanced topics are challenging.
"...I found the later sections on specific combiners and certificate standards quite dense and difficult to follow without a strong prior background..."
"Some technical details could be elaborated on..."
"Parts were challenging without prior advanced crypto knowledge."
Desire for more practical implementation details.
"Some parts felt a bit theoretical, and I was hoping for more hands-on examples..."
"I felt the 'first-hand experience' module was a bit brief and could have been expanded with more practical implementation details."
"More hands-on activities would make this excellent course even better."

Activities

Be better prepared before your course. Deepen your understanding during and after it. Supplement your coursework and achieve mastery of the topics covered in Quantum-safe Digital Infrastructures: Technical Challenges and Solutions with these activities:
Review Classical Cryptography Concepts
Reinforce your understanding of classical cryptography to better grasp the need for and challenges of post-quantum cryptography.
Show steps
  • Review textbook chapters or online resources on symmetric and asymmetric encryption.
  • Practice problems related to encryption and decryption.
  • Summarize the key differences between different cryptographic algorithms.
Read 'Understanding Cryptography' by Christof Paar and Jan Pelzl
Gain a solid foundation in cryptography to better understand the vulnerabilities that quantum computing introduces and the solutions offered by post-quantum cryptography.
Show steps
  • Obtain a copy of 'Understanding Cryptography'.
  • Read the chapters related to symmetric-key, asymmetric-key, and hash functions.
  • Work through the examples and exercises provided in the book.
Explore Post-Quantum Cryptography Tutorials
Familiarize yourself with specific post-quantum cryptographic algorithms and their implementations.
Show steps
  • Search for online tutorials on lattice-based cryptography, code-based cryptography, and multivariate cryptography.
  • Follow a tutorial to implement a simple post-quantum key exchange algorithm.
  • Experiment with different parameter settings and observe their impact on performance.
Four other activities
Expand to see all activities and additional details
Show all seven activities
Implement a Hybrid Key Exchange
Gain practical experience in combining classical and post-quantum cryptographic algorithms.
Show steps
  • Choose a classical key exchange algorithm (e.g., Diffie-Hellman) and a post-quantum key exchange algorithm (e.g., CRYSTALS-Kyber).
  • Implement both algorithms in a programming language of your choice.
  • Combine the two algorithms to create a hybrid key exchange protocol.
  • Test the hybrid key exchange protocol for security and performance.
Write a Blog Post on Quantum-Safe PKI
Solidify your understanding of the challenges and solutions related to migrating PKI to a quantum-safe environment.
Show steps
  • Research the current state of quantum-safe PKI.
  • Outline the key challenges and potential solutions.
  • Write a blog post summarizing your findings.
  • Publish your blog post on a platform like Medium or your personal website.
Read 'Post-Quantum Cryptography' by Daniel J. Bernstein, Johannes Buchmann, and Erik Dahmen
Deepen your knowledge of the mathematical principles underlying post-quantum cryptography.
Show steps
  • Obtain a copy of 'Post-Quantum Cryptography'.
  • Focus on the chapters related to the specific post-quantum algorithms covered in the course.
  • Work through the mathematical derivations and examples provided in the book.
Contribute to a Post-Quantum Crypto Library
Gain hands-on experience with real-world implementations of post-quantum cryptographic algorithms and contribute to the open-source community.
Show steps
  • Identify an open-source post-quantum cryptography library (e.g., Open Quantum Safe).
  • Explore the library's codebase and documentation.
  • Identify a bug or a missing feature that you can contribute to.
  • Submit a pull request with your changes.

Career center

Learners who complete Quantum-safe Digital Infrastructures: Technical Challenges and Solutions will develop knowledge and skills that may be useful to these careers:
Chief Information Security Officer
A Chief Information Security Officer is responsible for an organization's overall information security strategy. Given that traditional cryptographic methods face quantum attacks, this course on quantum-safe digital infrastructure solutions is extremely relevant. The course is designed for business leaders as well as cybersecurity professionals. The course examines hybrid cryptography and digital certificates, highlighting challenges such as compatibility, performance, and governance. This should be useful for a Chief Information Security Officer.
IT Security Consultant
An IT Security Consultant advises organizations on how to protect their information technology assets. The course is designed for cybersecurity professionals, IT architects, policymakers, and business leaders, and it delivers a comprehensive overview of quantum-safe infrastructures. This is incredibly useful for an IT Security Consultant. The course explores trust infrastructures for public keys and the role of digital certificates in securing online communications. It also looks at hybrid security models, which blend classical and quantum-resistant cryptographic models to facilitate a smoother transition. The course provides practical knowledge and cutting-edge insights to ensure a successful quantum transition.
Information Security Manager
An Information Security Manager is responsible for developing and implementing security policies and procedures to protect an organization's information assets. This course provides a comprehensive overview of quantum-safe infrastructures, which may be useful for an Information Security Manager. The course is designed for cybersecurity professionals, IT architects, policymakers, and business leaders. Participants will be equipped to evaluate risks, design resilient security frameworks, and implement strategies for quantum-safe digital transformation. The course examines hybrid cryptography and digital certificates, highlighting challenges such as compatibility, performance, and governance.
Security Architect
A Security Architect is responsible for planning, designing, and implementing security measures to protect an organization's computer systems and networks. As quantum computing evolves, traditional cryptographic systems become increasingly vulnerable, so this course may be useful. The course provides a structured introduction to the technical aspects of quantum-safe migration. By the end, you will be equipped to evaluate risks, design resilient security frameworks, and implement strategies for quantum-safe digital transformation. These are essential skills and knowledge for any Security Architect to grow.
Cloud Security Engineer
Cloud Security Engineers implement security measures to protect data and applications in cloud environments. If you are a Cloud Security Engineer, you protect cloud environments from unauthorized access. The course provides a comprehensive overview of quantum-safe infrastructures. By the end, you will be equipped to evaluate risks, design resilient security frameworks, and implement strategies for quantum-safe digital transformation. The course examines hybrid cryptography and digital certificates, highlighting challenges such as compatibility, performance, and governance.
Security Consultant
Security Consultants advise organizations on improving their security posture, and given the increasing quantum computing threats to traditional cryptographic systems, you may wish to learn more about this topic. This course provides a comprehensive overview of quantum-safe infrastructures. By the end, you will be equipped to evaluate risks, design resilient security frameworks, and implement strategies for quantum-safe digital transformation, all of which would be applicable to your clients. The course also examines hybrid cryptography and digital certificates, highlighting challenges such as compatibility, performance, and governance.
Data Security Analyst
Data Security Analysts focus on protecting data from unauthorized access and breaches. The course focuses on the technical aspects of quantum-safe migration. The course explores trust infrastructures for public keys and the role of digital certificates in securing online communications. This knowledge may be useful to a Data Security Analyst. The course delivers a comprehensive overview of quantum-safe infrastructures. By the end, you will be equipped to evaluate risks, design resilient security frameworks, and implement strategies for quantum-safe digital transformation.
Network Security Engineer
Network Security Engineers implement and maintain security measures to protect networks and systems from cyber threats. Given the imminent risks posed by quantum computing to traditional cryptographic systems, and this course's focus on quantum-safe digital infrastructures, you may find it worthwhile. Participants will become familiar with the fundamental cryptographic principles before exploring trust infrastructures for public keys and the role of digital certificates in securing online communications. The course also introduces hybrid security models, which blend classical and quantum-resistant cryptographic models to facilitate a smoother transition, giving a Network Security Engineer the knowledge to secure networks against future quantum threats.
Cybersecurity Analyst
Cybersecurity Analysts monitor and detect security breaches and other cyber security events. This course may be useful as it provides a structured introduction to the technical aspects of quantum-safe migration. Participants will become familiar with the fundamental cryptographic principles before exploring trust infrastructures for public keys and the role of digital certificates in securing online communications. Furthermore, the course introduces hybrid security models, which blend classical and quantum-resistant cryptographic models to facilitate a smoother transition. Being aware of these systems will help the Cybersecurity Analyst.
Security Software Developer
Security Software Developers create and maintain software designed to protect systems and data from cyber threats. The course explores trust infrastructures for public keys and the role of digital certificates in securing online communications. It also introduces hybrid security models, which blend classical and quantum-resistant cryptographic models to facilitate a smoother transition. As a Security Software Developer, you may find this interesting when designing and developing secure software solutions. Case studies from the Hybrid Approach for quantum-safe Public Key Infrastructure Development for Organizations project and proof-of-concept implementations provide hands-on perspectives on integrating quantum-safe cryptographic solutions into existing infrastructures.
Cryptographer
A Cryptographer works to protect information and communications through the use of codes and ciphers. This course delves into the vulnerabilities of traditional cryptographic systems in the face of quantum computing, which is highly relevant for a Cryptographer. You will explore post-quantum cryptographic solutions and hybrid security models, combining classical and quantum-resistant methods. Examining hybrid cryptography and digital certificates, and discussing challenges such as compatibility, performance, and governance, this course equips you with the knowledge to adapt and innovate in cryptographic methods. The course may be useful for Cryptographers looking to stay ahead of quantum computing threats.
IT Manager
An IT Manager oversees an organization's information technology infrastructure and ensures that systems are secure and efficient. Given quantum computing's increasing threats to traditional cryptographic systems, the course provides a structured introduction to the technical aspects of quantum-safe migration, which you as an IT manager may appreciate. You will become familiar with cryptographic principles, trust infrastructures, and hybrid security models, which blend classical and quantum-resistant cryptographic methods for a smoother transition. This course equips you with knowledge to evaluate risks and implement quantum-safe digital transformation strategies.
Systems Administrator
Systems Administrators are responsible for the upkeep, configuration, and reliable operation of computer systems, including security. This course provides a structured introduction to the technical aspects of quantum-safe migration, which Systems Administrators may find interesting when trying to keep business systems secure. The course explores trust infrastructures for public keys and the role of digital certificates in securing online communications. It also introduces hybrid security models, which blend classical and quantum-resistant cryptographic models to facilitate a smoother transition.
Penetration Tester
Penetration Testing involves simulating cyber attacks to identify vulnerabilities in systems. This course explores trust infrastructures for public keys and the role of digital certificates in securing online communications. It also introduces hybrid security models, which blend classical and quantum-resistant cryptographic models to facilitate a smoother transition. This course may be of use when learning how to exploit vulnerabilities in systems that employ new quantum cryptography.
Data Scientist
Data Scientists analyze and interpret complex data to help organizations make better decisions. As quantum computing continues to evolve, traditional cryptographic systems face increasing risks. This course provides a structured introduction to the technical aspects of quantum-safe migration. It may be useful for a Data Scientist. By the end, participants will be equipped to evaluate risks, design resilient security frameworks, and implement strategies for quantum-safe digital transformation.

Reading list

We've selected two books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in Quantum-safe Digital Infrastructures: Technical Challenges and Solutions.
Comprehensive resource on post-quantum cryptography. It covers the mathematical foundations of various post-quantum cryptographic algorithms, including lattice-based, code-based, and multivariate cryptography. It valuable reference for those who want to delve deeper into the technical details of post-quantum cryptography. This book is best used as additional reading to expand on the course materials.
Provides a comprehensive introduction to modern cryptography. It covers both classical and modern cryptographic techniques, making it an excellent resource for understanding the foundations upon which post-quantum cryptography is built. The book is widely used in academic settings and provides clear explanations of complex concepts. It is particularly helpful for those without a strong mathematical background.

Share

Help others find this course page by sharing it with your friends and followers:

Similar courses

Similar courses are unavailable at this time. Please try again later.
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2025 OpenCourser