Skip to Content
NetworkNetwork
  • Systematic Review
  • Open Access

31 August 2026

25 Pages

When and How to Use Post-Quantum Cryptography: A Systematic Literature Review

,
and
Saudi Aramco Cybersecurity Chair, Networks and Communications Department, College of Computer Science and Information Technology, Imam Abdulrahman Bin Faisal University, Dammam 31441, Saudi Arabia
*
Author to whom correspondence should be addressed.

Abstract

Post-quantum cryptography (PQC) is driven by the threat posed by quantum computers, particularly the harvest-now-decrypt-later attack. PQC aims to prepare classical systems and hardware to become resilient against quantum attacks. This research discusses the system vulnerabilities, the need to migrate to PQC, and how to integrate this migration. PQC has become one of the solutions for addressing today’s vulnerabilities and threats while increasing security. The paper concludes that harvest-now-decrypt-later, Q-Day attacks, and new quantum attacks are today’s most critical threats, which can be addressed by deploying PQC solutions and, thus, increasing security. This research proposes a conceptual multi-phased model framework for the migration. The framework first addresses system objectives, goals and assets, then ranks assets based on the highest sensitivity. Crypto-Agility is achieved via the automation of PQC migration, such as the automation of re-keying endpoints, followed by the automation of auditing and testing of each migration stage. Human judgment is required to review the migration process. Once one asset is successfully transitioned, the framework goes to the next highest asset; otherwise, testing is repeated. This is expected to help systems migrate at the lowest cost and with the fewest consequences. However, the limitation of PQC migration is its high resource cost, time, requirement of human professionals, burden on existing systems, and financial expenses. Lastly, the paper recommends creating an ML model to help rank a system’s data and vulnerabilities. Moreover, the paper recommends conducting experiments to evaluate the effectiveness of the proposed framework. In addition, the paper recommends performing migration in relation to a real-world company.

1. Introduction

Today, technology is continually evolving, and various organizations, such as schools and hospitals, now store most of their data online. Users’ sensitive data must be secured on those systems because attackers are constantly finding ways to breach systems and access sensitive data for exploitation. With the introduction of quantum computing, the computing experience is shifting. Quantum computers work differently: they use quantum bits (Qubits), which can be 1 or 0 or both at the same time, allowing them to operate in polynomial time on selected hard problems and increase performance to exponential speed-up, such as in the case of Shor’s algorithm that achieves a speed of O ( log N ) . Grover’s unstructured search algorithm performs in O ( N ) , which is a quadratic speed-up compared to classical algorithms. As such, symmetric algorithms O ( N ) [1], considering brute force attacks (AES-128), would be reduced to 2 64 in terms of speed in quantum operations [2]. Thus, the quantum processing unit (QPU)-based computer is considered faster than CPU-based computers, which use only 1 or 0, never both [3,4]. Quantum computers also use quantum gates, such as the Hadamard gate and the phase shift gate, which work differently from CPU gates [5,6,7]. This has given us the advantage of high-speed, high-performance computers, and it is not just about speed; it does things more efficiently. Quantum computing offers significant benefits, but it is also powerful enough to break the strong encryption used in traditional methods, such as RSA and ECC. If attackers gain access to quantum computers, they can gain access to sensitive data and easily break ciphers [7,8].
Quantum cryptography enhances the security of sensitive data; its protection method depends crucially on hardware [5,9]. Because of its high cost, it is large enterprises that can afford quantum technology; thus, it is usually banks and data centers that currently consider quantum security for their sensitive data. Moreover, quantum cryptography is used to enhance eavesdropping detection using quantum key distribution (QKD), the BB84 protocol, which adds an additional physical layer [10] and uses spin-orbit hybrid states to ensure unbiased bases to get the lowest quantum bit error rate (QBER) [11]. Quantum cryptography is not accessible to everyone yet. Still, the problem of Q-Day, when current traditional cryptography methods would be easily breakable using quantum computing and former classical cryptography algorithms are expected to be categorized as legacy, remains. The date of Q-Day is not known yet; it mostly depends on the winner in the quantum race, such as IBM’s milestone of achieving 1 billion gates, and hardware availability and tolerance to fault scaling [2]. Researchers have different date predictions, but they agree it will be soon. Therefore, attackers have been harvesting encrypted data until then to decrypt it later; this attack is called harvest-now-decrypt-later (HNDL) [12,13].
Therefore, data protection has become crucial as technology and attacks continue to evolve. Cryptography is one of the various solutions researchers are integrating to protect sensitive data, and it is a major target for attackers. To defend against harvest-now-decrypt-later (HNDL) attacks, researchers developed post-quantum cryptography (PQC) [14], a software-based approach used today to encrypt sensitive data and to increase security until and after Q-Day [4,13,15,16,17]. It is considered more efficient than other cryptographic methods introduced [14,18]. It can provide a level of protection that former cryptographic methods, such as AES [7] and RSA [19,20], are limited in furfilling [21]. NIST has announced a recommendation to migrate to post-quantum cryptography to increase security and protection against the Q-Day [22,23,24].
PQC integration involves upgrading systems that use traditional cryptographic algorithms by removing them and replacing them with PQC algorithms, such as ML-KEM (formerly Kyber) and ML-DSA (formerly Dilithium). ML-KEM is applied to assets that prioritize confidentiality and offers high performance with encapsulation. ML-DSA is suitable for assets that prioritize authentication and integrity and can be used for digital signatures, offering fast verification [25]. Table 1 illustrates an overview comparison of quantum key distribution and post-quantum cryptography.
Table 1. QKD vs. PQC algorithms overview.
Post-quantum cryptography (PQC) has become important for protecting system data and for guaranteeing confidentiality, authentication, and integrity. Confidentiality and integrity are among the system’s core values that help users trust it and maintain its good reputation. PQC can be a suitable replacement for classical cryptographic methods to address current system security attacks, such as eavesdropping [26,27,28,29], in which attackers can intercept the victim’s communications, review all data being transferred, and even modify it. User communications should remain secret and protected, as most systems exchange sensitive data that should be kept protected from attackers. The harvest-now-decrypt-later vulnerability [30,31] is another risk: encrypted data from today’s strongest traditional algorithms could be stolen or leaked and harvested until Q-Day, when attackers can decrypt it easily. Q-Day is when traditional cryptographic methods might become legacy, and researchers have predicted it could be soon. Therefore, it is important to migrate from traditional cryptographic methods for data protection ahead of the upcoming Q-Day.
This paper aims to review the vulnerabilities of traditional cryptographic methods and identify systems that should integrate post-quantum cryptography. This paper proposes a dynamic structured framework for migrating systems to PQC, where the PQC type used would depend on each asset’s objective; the framework would have multiple PQC types that the framework chooses based on the asset’s objective sensitivity level, along with using Crypto-Agility, with migration carried out sequentially to handle each asset at a time and ensure success. It also uses automation to handle repetitive, time-consuming tasks, decreasing the error rate and increasing efficiency. The proposed framework would help organizations address their system’s objectives and security goals before starting system migration, as it is important to determine whether post-quantum cryptography is a good fit for the system and avoid wasting time and resources.
The paper is organized as follows. Section 2 reviews the relevant literature on the implementation of post-quantum cryptography across various fields. Section 3 details the methodology used to address the research questions. Section 4 discusses the research questions. Finally, Section 5 summarizes the findings, presents concluding remarks, and suggests future work.

3. Methodology

This paper aims to address the most significant vulnerabilities of current traditional cryptography methods. These vulnerabilities have put cryptographic security at risk from quantum attacks, such as Shor’s algorithm, which could undermine the security of traditional cryptographic methods. PQC could provide solutions and enhance overall security. Based on previous work by other researchers, harvest-now-decrypt-later and eavesdropping are among the most crucial vulnerabilities and threats that put a system and data at risk. This emphasizes the need to identify and rank these vulnerabilities as the highest priority for mitigation, as they could jeopardize confidentiality, authentication, integrity, and data privacy.
Based on the previous sections, it was shown that migration from traditional algorithms to PQC should be carried out by selecting the appropriate PQC type based on the asset to avoid wasting resources and lagging; furthermore, the migration should be carried out in stages, using the Crypto-Agility framework. The first stage should be to rank the system vulnerabilities, and then deploy a remedy for each vulnerability at each stage, starting with the highest risk. Researchers have found that this framework provides greater time flexibility and reduces costs and resource waste. Therefore, this paper proposes a framework for PQC migration using Crypto-Agility and automation. The framework is detailed in Section 4.3.

3.1. Research Questions

The following questions are addressed in this study:
RQ1: What are the system vulnerabilities that require migration to post-quantum cryptography?
RQ2: When is it recommended for systems to migrate to post-quantum cryptography?
RQ3: How should systems integrate a migration to post-quantum cryptography?

3.2. Search Strategy

The search strategy used throughout this paper to address the research questions is illustrated in the PRISMA flow diagram in Figure 2. This systematic review was conducted in accordance with the PRISMA 2020 guidelines. The complete PRISMA 2020 reporting checklist, documenting adherence to each of the 27 items of the guideline, is provided in the Supplementary Materials. The search began on 17 October 2025, with regular searches to keep up to date with new publications, and it ended in May 2026. The search was conducted in databases such as Google Scholar, the Imam Abdulrahman Bin Faisal University library, IEEE, MDPI, and Springer, given their extensive coverage of fields such as cybersecurity and PQC. Searches were conducted using keywords such as the following:
  • (“PQC” OR “Post-Quantum Cryptography”);
  • (“PQC” OR “Post-Quantum Cryptography”) AND (“PQC vulnerabilities” OR “PQC integration”);
  • (“harvest-now-decrypt-later” OR “HNDL”);
  • (“Traditional cryptography algorithm vulnerabilities”);
  • (“Q-Day”).
Figure 2. PRISMA flow diagram for search strategy.
Then, the number of resulting papers was 80; after removing the 6 duplicated papers, along with 7 papers that were not related to the research questions, only the papers that had a main focus on QKD, PQC, and cryptography were included, resulting in 67 papers.
For each of the 67 papers, the quality assessment criteria were based on reviewing the abstract to determine whether it was relevant to these research questions, and then verifying whether the paper was already included in this research; it mentions PQC. The next step is the screening stage, where the papers are read in detail to address this paper’s research questions. A total of 11 papers were excluded because their main topic was not related to this paper’s research question, such as papers that focus only on key distribution, papers that are not yet published, or papers whose publication date is outdated; finally, this resulted in 53 papers.

3.3. Selection Criteria

For the papers selected through search engines and academic journals, we used the methods described in the previous section to filter them for relevance to post-quantum cryptography. This included papers that mentioned quantum computing, PQC, PQC protocols and algorithms, traditional algorithm vulnerabilities, Q-Day, and NIST recommendations for migrating to PQC. It excluded any papers that did not focus on quantum computing and PQC, as this is the paper’s main focus.

3.4. Data Extraction

The data in Table 2 have been extracted to summarize each paper used in the analysis, providing a comprehensive overview of the main points of each paper selected. The summarization included each paper’s main focus, problem, solution, advantages of the deployed solution, and limitations.

4. Results

This section discusses the results of the research questions of the paper.

4.1. What Are the System Vulnerabilities That Require the Migration to Post-Quantum Cryptography?

There are various system vulnerabilities in traditional cryptographic algorithms that can be addressed by post-quantum cryptography, including reliance on mathematical problems such as discrete logarithms and integer factorization. These vulnerabilities would make cryptographic methods that depend on these algorithms, such as the symmetric algorithm AES, vulnerable with the introduction of quantum computing. Breaking these mathematical algorithms is achievable using a regular computer; it would take a long time for attackers to break the encryption, probably even years, but with quantum computing, it would be so fast that it could take days, hours, minutes, or even seconds, using algorithms such as Shor’s algorithm. This is because the algorithms would be using the principle of superposition. Another vulnerability is symmetric cryptography, such as AES; this is vulnerable to brute-force attacks, but professionals have deployed various methods to enhance security and defend against it. Regarding passwords, users are prompted to choose a strong password that contains symbols, numbers, letters in uppercase and lowercase, and to update their password every 3 months. By following these measures, they could increase security. With traditional brute-force attacks, it would take attackers longer to get through when the previously mentioned regulations are followed; the attacks might take months, even years, to crack a password or encrypted message. By the time the attacker figures out the password, the user would have updated it, meaning the attacker would have to start over. However, with quantum computing, the attack would be much faster; it has exponential time complexity and tries half the possible values, so by the time it reaches the halfway point, the attacker should not be able to break the encrypted message. This is achieved using the Grover algorithm, which can break the encryption using a brute-force attack, and it is faster than trying all possible secret keys.
Conceptually, all algorithms that depend on the mathematics of integer factorization would be breakable because quantum computing would provide an exponential speed-up. Nowadays, quantum computing is not accessible to everyone; therefore, attackers are storing encrypted data to decrypt it later. This vulnerability is known as harvest-now-decrypt-later (HNDL). Attackers are harvesting leaked data by breaking into systems to collect encrypted data and storing it for later use. Despite the strong encryption of some traditional algorithms, they are vulnerable to quantum computing; therefore, researchers have created post-quantum cryptography algorithms to be used on the current data, so even if attackers have harvested data for Q-Day, post-quantum cryptography is expected to provide a high level of protection against breaking it using quantum computing.
However, this paper has analyzed some of the most serious vulnerabilities and threats that could bring systems down, jeopardize their reputation and infrastructure security, and affect confidentiality, integrity, authentication, and privacy; these include eavesdropping, harvest-now-decrypt-later, and Q-Day attacks. Moreover, eavesdropping attacks using quantum computing on systems that use traditional cryptography methods would increase the chance of the communication data being decrypted by the attacker. Therefore, the migration to PQC should protect the system’s future communications from such attacks and increase protection for the data being transferred. The following Figure 3 is a taxonomy that presents a comprehensive overview of the research question.
Figure 3. The taxonomy of research question 1.

4.2. When Is It Recommended for Systems to Migrate to Post-Quantum Cryptography?

NIST has issued a recommendation to start immediately migrating to PQC, with a deadline of 2030. For now, they are only recommending the migration, and by 2030, they might start enforcing the migration of systems. With new quantum attacks and the expected Q-Day, when attackers will attack systems to harvest data and decrypt it later, it is important to migrate systems now to protect data from future exploitation and enhance security.
Another vulnerability is the harvest-now-decrypt-later model, in which attackers collect data from various systems until Q-Day, when it will then be easier to decrypt. Even the strongest traditional cryptography methods used today might be decrypted using quantum computing. This is a major vulnerability to systems’ data, as it might not be detected until after Q-Day. Q-Day has not yet been dated exactly, but researchers have predicted it might occur in the next couple of years. Therefore, it is recommended that current systems begin migrating to defend against future attacks while there is still time before reaching Q-Day.

4.3. How Should Systems Integrate the Migration to Post-Quantum Cryptography?

This section proposes a model framework for migrating to PQC. This paper has focused on proposing a conceptual model without testing; experiments and testing are planned for future work. The goal is to upgrade company systems with the least consequences and at the lowest cost, loss, and resource use. Therefore, the paper recommends using Crypto-Agility, which is crucially beneficial to companies’ resources regarding waste [5,54] and investing the right amount at the right time. Large enterprises would have multiple projects running simultaneously, so conducting PQC migration would not be adequate for them. Therefore, deploying Crypto-Agility is the solution for such problems; it allows enterprises to keep running their other projects while conducting the migration [15,32] by migrating sequentially, one asset at a time. This would allow flexibility and would decrease losses [48] in resources, cost [36], and timing, and defend against HNDL [3] and increase protection on Q-Day [37]. It should help the system reach the goal while incurring the lowest possible losses. Having it carried out in stages would help handle unexpected issues as they arise and resolve them early, rather than migrating the whole system at once. Issues could be hidden between chunks of data, making them harder to detect. Researchers have migrated to PQC using Crypto-Agility to enforce a dynamic, phased approach: migrate each asset individually, test and audit, and then move on to the next asset once the migration is successful.
Technology is revolutionizing how we get tasks done, making actions more efficient and with minimal consequences. As a result, automation is used for sequential, repetitive, time-consuming tasks that can lead humans to make unexpected mistakes, take up extensive time, and drain energy from other tasks. When using automation, we reduce human error and free up human energy to focus on the most complex human-judgment tasks. Researchers have used automation for testing to ensure all objects go through the same testing standards [56] and to allow objects to be tested thoroughly against predefined attacks [49], reducing wasted time and effort, with automated robots handling these repetitive tasks and increasing performance speed [54] and allowing a wide range of testing [5,47]. Therefore, automation is incorporated into the proposed method to rely on robots for repetitive tasks and free up human energy for tasks that require judgment. Automation should enforce a more structured, comprehensive, and scalable environment for tasks to be carried out.
Table 4 shows a comparison between ML-KEM (formerly Kyber) and ML-DSA (formerly Dilithium). The migration uses either of them, depending on the asset and whether confidentiality or authentication and integrity are required. These algorithms are among those recommended by NIST and provide a suitable balance between key size and performance. Previous researchers have used ML-KEM (formerly Kyber) to increase encryption security and the security of the key exchange [6,15,16,25,40,49,53,55,56,57,58]. However, ML-KEM (formerly Kyber) has a limitation too, such as encrypted data and keys having a larger size than traditional methods, which could cause a delay in network communication. However, this comes at the cost of increased security to defend against critical attacks such as HNDL. ML-DSA (formerly Dilithium) has been used by previous researchers as a digital signature to increase security, authentication, and integrity. It provides high speed in the verification process, but it has a larger key size than classical algorithm methods [16,25,49,53,58], which provides a smaller digital signature size than the size of the key [40]. It has a limitation of causing bandwidth overhead due to the size of the digital signature [15], and with blockchain, it can consume a large amount of energy during transmission [55].
Table 4. PQC algorithms overview.
The proposed model would begin with company employees identifying system objectives and goals, laying the groundwork for a solid plan to achieve them. Identify the company’s assets and rank them by their highest sensitivity. Then, after clarifying the main aspects and establishing the goals, the proposed model aims to achieve the company’s objectives and the most sensitive standards it uses. These steps are fully human-based; they require the employee to identify them thoroughly, and then the model applies the Crypto-Agility framework. It starts the first loop by focusing on the highest asset; after identifying it, it then migrates to PQC by replacing the currently used cryptographic algorithms with PQC algorithms. The paper recommends that, if the company prioritizes authentication and integrity, it should use ML-DSA (formerly Dilithium) for digital signatures. If it prioritizes confidentiality, it should use ML-KEM (formerly Kyber) for encryption. These two algorithms are recommended for their suitability in providing high performance without requiring a large key size and increasing the security of the assets. The proposed model uses automation to assist with re-keying and rotating QR code certificates. After the migration, the automation process continues to audit and test. After testing is carried out, the employee should review the data analysis to determine whether to continue testing or whether the migration is a success. If so, the migration loop moves on to the next-highest asset and repeats until all assets have been migrated. The following is a summary of the steps of the proposed framework model. Figure 4 illustrates a flow diagram of the framework, and Figure 5 presents a detailed flowchart.
  • Identify system objectives and goals.
  • Identify assets.
  • Rank assets based on the highest sensitivity.
  • Begin the Crypto-Agility framework (loop all assets).
  • Select the highest-priority asset.
  • Migrate to PQC using automation for tasks such as re-keying endpoints.
  • Audit and test using automation to assist in testing.
  • A human decides whether testing is carried out or if it needs more.
  • If yes, repeat point 7.
  • If no, testing is completed; proceed to point 5 to obtain the next highest asset.
Figure 4. Proposed model framework diagram.
Figure 5. Proposed model framework flowchart.
Automation plays a crucial role in the framework by reducing migration risks, reducing time, minimizing manual human involvement, reducing errors, and improving operational quality and performance. Automation is a good addition for handling or taking over repetitive, time-consuming tasks; it does not eliminate human involvement, but it reduces it. Human involvement is limited to overseeing task completion, intervening when necessary, tracking everything, and reviewing reports. Instead of doing a day’s worth of tasks, they conduct only a couple of hours’ worth of check-ups and audits to get an overview of what’s been done. Therefore, the automation handles migration for each asset. Automation has various tools for operation; in the proposed model framework, UiPath is selected due to its compatibility with the framework’s needs, as it can migrate to PQC while keeping in contact with the designated employees, such as the IT admin, keep track of the transaction details, alert the IT admin when needed, and generate reports.

4.4. Use Case Scenario

The migration will start when the employee sends a request to the robot to start automation using an Excel sheet table, and the employee fills in the requested data. The Excel file contains data such as the system asset ID, asset type, asset objective, asset priority, etc. This data can be adjusted depending on the organization, and during the development of the automation robot, the employee will define the list of data objectives. There should be a fixed category list, based on which the PQC type is determined as PQC-TLS, ML-DSA-44, or ML-DSA-87.
It starts with the robot reading the Excel file and ensuring that all necessary data is filled in. If any data is missing, the robot sends an email to the IT admin to correct it and resend it. Otherwise, it continues to loop through the table data and, for each row containing asset details, performs the migration to the PQC.
Furthermore, if the asset were a QR code, each branch of an organization would use a different one for registration forms. Therefore, for each asset, the automation robot will re-key it to PQC keys and rotate the certificate to PQC, turning off traditional cryptographic methods, testing, and auditing. The following illustrates the steps of the use case scenario:
  • The robot runs lines of code to generate a new quantum key.
  • The robot gets the original QR code’s embedded data, such as the registration form’s URL.
  • The robot combines, in one string, the newly generated quantum key with the original data and a PQC signature; the signature is decided based on the QR code objective: if it was only for reviewing data such as menus, then use PQC-TLS; if it was for registration forms, then it uses ML-DSA-44; if it was for highly sensitive data or payment, then it uses ML-DSA-87.
  • The robot generates a new QR code.
  • The robot updates the system with the new QR code.
  • The robot runs tests to validate the success of the migration.
  • It sends an email to the IT admin with the current transaction details.
  • The IT admin needs to check this manually so that the robot can mark the migration as done or retry testing.
  • The IT admin must respond to the robot, either to request the robot to conduct more testing or to confirm that the migration is a success.
  • If the IT admin responds with more testing, the robot will repeat step 6. If the response indicates that the migration was successful, it will move on to the next asset.
  • After all data are migrated, the robot creates a report and sends it to the IT admin.
Therefore, the robot assists the employee, who only needs to take a quick look to confirm the migration’s success. Human involvement remains essential at this step to ensure migration quality and prevent major errors. For instance, IT should be involved if an issue such as system lag is detected during auditing. In this case, the IT team would investigate the cause of the lag. If the issue is due to limited available storage, the IT administrator should procure and install a new hard drive with greater capacity.
After the robot processes all the requested data in the Excel file and successfully migrates all QR codes, it generates an output report. This report is an Excel table that provides detailed information, including the migration start and end times, the number of testing rounds conducted, user responses with timestamps, and other related details. This data gives the IT admin a clear overview of actions taken and their timing, enabling thorough review and analysis to determine whether adjustments are needed.
The exact steps for re-keying endpoints and rotating certificates would differ based on the assets, and this is a step to be handled in the development of the robot automation to develop exactly what is needed based on the organization, the system, and the assets required for migration to PQC.

4.5. Limitations

The migration to PQC has various limitations that would depend on the systems and data. However, the most identified limitation is the shortage of quantum computing professionals. Because it is a new technology and people are still getting used to it, there are not many experts. The migration might involve complex computations that might require an expert. Moreover, it might require specialized resources, which could be expensive for some systems.
Companies already have the traditional cryptography algorithm installed. If they had to migrate to PQC, it would require them to hold meetings to discuss the plan, requirements, timetable, resources needed, and cost; what most companies try to avoid is a high cost. They would prefer the strongest technologies at a lower cost, with high performance and fast integration. Therefore, most companies are still ignoring PQC migration until they are forced to do it. However, even though the migration requires significant resources, ignoring it until Q-Day or quantum attacks would have more severe consequences. Therefore, companies should conduct an in-depth analysis of their systems to identify the need for PQC migration and avoid future consequences that could harm their data and reputation.

5. Future Work and Conclusions

In conclusion, the current systems that use traditional cryptographic methods are at risk of data being decrypted using eavesdropping attacks, harvest-now-decrypt-later attacks, or Q-Day attacks. These systems should migrate to PQC to enhance security and address these vulnerabilities, using a multi-phased framework that emphasizes Crypto-Agility and automation to reduce costs and resource waste. The proposed framework model starts by identifying the company’s objectives, goals, and assets, and then ranks the assets by highest sensitivity. It then initiates Crypto-Agility by selecting the highest-priority asset and migrating it using automation. The migration would be carried out using ML-KEM (formerly Kyber) or ML-DSA (formerly Dilithium) depending on the asset’s priority. Afterward, testing and auditing would also be automated to establish a structured testing environment for all assets. Lastly, human judgment is required to review whether the migration was a success; then, automation is prompted to continue to the next asset for migration or prompt testing and audit automation. However, PQC migration is too expensive, requires significant resources, and relies on quantum computing professionals for complex computations.
Therefore, for future work, this paper recommends conducting experiments and testing on the proposed model to validate its strengths and weaknesses. In addition to conducting a case study of a real-world company that uses traditional cryptographic algorithms, it is recommended to integrate PQC migration using Crypto-Agility and analyze a system’s performance, efficiency, and attack resistance before and after the migration to understand the effectiveness of the PQC migration. Moreover, there is a shortage of experts in quantum computing because the field is new. Moreover, the paper recommends creating a machine learning model that scans system logs and network traffic to identify vulnerabilities and sensitive data, analyze attack complexity, and rank vulnerabilities by priority for PQC migration first. This should help professionals during the migration process to save time, energy, and resources.

Supplementary Materials

The following supporting information can be downloaded at https://www.mdpi.com/article/10.3390/network6030070/s1: File S1: The PRISMA Checklist.

Author Contributions

Conceptualization, T.A.; methodology, T.A.; validation, N.N.; formal analysis, N.N.; investigation, N.N. and A.A.; data curation, N.N.; writing—original draft preparation, T.A.; writing—review and editing, N.N. and A.A.; supervision, A.A.; project administration, A.A. All authors have read and agreed to the published version of the manuscript.

Funding

We would like to thank the Saudi ARAMCO Cybersecurity Chair for funding this project.

Data Availability Statement

No new data were created or analyzed in this study. Data sharing is not applicable to this article.

Conflicts of Interest

The authors declare no conflicts of interest.

Abbreviations

The following abbreviations are used in this manuscript:
PQCPost-Quantum Cryptography
HNDLHarvest-Now-Decrypt-Later
Q-DayQuantum Day
KEMKey Encapsulation Mechanism
QKDQuantum Key Distribution
AIArtificial Intelligence

References

  1. Zhou, J. Quantum Finance: Exploring the Implications of Quantum Computing on Financial Models. Comput. Econ. 2026, 67, 1043–1072. [Google Scholar] [CrossRef] [Scilit]
  2. Giraldo-Quintero, A.; Sierra-Sosa, D.; Imam, I.; Elmaghraby, A.S. Quantum Computing Optimization: An Introduction. IEEE Access 2026, 14, 63363–63393. [Google Scholar] [CrossRef] [Scilit]
  3. Kuka, C.; Muhyaddin, S.; Lee Teh, P.; Davies, L. Global Roadmaps for Post-Quantum Era in Finance: Policies, Timelines, and a Pragmatic Playbook for Migration. FinTech 2026, 5, 16. [Google Scholar] [CrossRef] [Scilit]
  4. Talha, M.; Bajwa, T.; Afzal, M.N.; Afzal, M.H.; Ullah, M.S.; Umar, T.; Maqsood, H.; Nabeel, M.; Muhammad, A.; Ullah, S. Post-quantum cryptography for big data security. Asian Bull. Big Data Manag. 2025, 5, 81–94. [Google Scholar] [CrossRef] [Scilit]
  5. Alam, N.; Shakil, F.; Ahmed, I.; Mia, R. Data Science Approaches to Quantum Vulnerability Assessment and Post-Quantum Cryptography Schemes. Sage Sci. Rev. Appl. Mach. Learn. 2024, 7, 144–161. [Google Scholar]
  6. Mamun, A.A.; Abrar, A.; Rahman, M.; Salek, M.S.; Chowdhury, M. Post-quantum cryptography for intelligent transportation systems: An implementation-focused review. Veh. Commun. 2026, 60, 101028. [Google Scholar] [CrossRef] [Scilit]
  7. Gorine, A.; Suhaib, M. Exploring AES Encryption Implementation Through Quantum Computing Techniques. Am. J. Comput. Sci. Technol. 2024, 7, 139–155. [Google Scholar] [CrossRef] [Scilit]
  8. Babbush, R.; Zalcman, A.; Gidney, C.; Broughton, M.; Khattar, T.; Neven, H.; Bergamaschi, T.; Drake, J.; Boneh, D. Securing Elliptic Curve Cryptocurrencies against Quantum Vulnerabilities: Resource Estimates and Mitigations. arXiv 2026, arXiv:2603.28846. [Google Scholar] [CrossRef] [Scilit]
  9. Ul Ain, N.; Waqar, M.; Bilal, A.; Kim, A.; Ali, H.; Ullah Tariq, U.; Shahroz Nadeem, M. A Novel Approach Based on Quantum Key Distribution Using BB84 and E91 Protocol for Resilient Encryption and Eavesdropper Detection. IEEE Access 2025, 13, 32819–32833. [Google Scholar] [CrossRef] [Scilit]
  10. Al-Kuwari, A.; Mohamed, N.; Al-Kuwari, S.; Farouk, A.; Behera, B.K. Resisting Quantum Key Distribution Attacks Using Quantum Machine Learning. IET Quantum Commun. 2026, 7, e70028. [Google Scholar] [CrossRef] [Scilit]
  11. Omshankar; Venkataraman, V.; Ghosh, J. Robust hybrid-entanglement for misalignment-resilient free-space QKD. APL Quantum 2025, 2. [Google Scholar] [CrossRef] [Scilit]
  12. Kagai, F.; Branch, P.; But, J.; Allen, R. Harvest-Now, Decrypt-Later: A Temporal Cybersecurity Risk in the Quantum Transition. Telecom 2025, 6, 100. [Google Scholar] [CrossRef] [Scilit]
  13. Mascelli, J.; Rodden, M. “Harvest Now Decrypt Later”: Examining Post-Quantum Cryptography and the Data Privacy Risks for Distributed Ledger Networks. Financ. Econ. Discuss. Ser. 2025. [Google Scholar] [CrossRef] [Scilit]
  14. Cherkaoui Dekkaki, K.; Tasic, I.; Cano, M.D. Exploring Post-Quantum Cryptography: Review and Directions for the Transition Process. Technologies 2024, 12, 241. [Google Scholar] [CrossRef] [Scilit]
  15. Patel, A.; Upadhyay, A.; Vashishth, A.; Aggarawal, D.; Vishwakarma, H. Architectural Integration and Strategic Risk Management of Post-Quantum Cryptography in Hybrid Enterprise Networks: A Systematic Review of Crypto-Agility, Implementation, and Policy Compliance. DMPedia Lect. Notes Multidiscip. Res. 2026, 1, 494–515. [Google Scholar] [CrossRef]
  16. Kalaiselvi, N.; Prasaad, S.S.; Jayakandhan, A.; Madhan, C. A Resilient Post Quantum Key Management System for Cloud-based SaaS using CRYSTALS-Kyber and Dilithium. In Proceedings of the International Conference on Artificial Intelligence and Secure Data Analytics (ICAISDA 2025); Atlantis Press: Paris, France, 2026; pp. 1488–1503. [Google Scholar] [CrossRef] [Scilit]
  17. Başol, A.E.; Bahtiyar, Ş.; Sandikkaya, M.T. Effects of Post Quantum Cryptography on Financial Blockchains. In Proceedings of the 2025 10th International Conference on Computer Science and Engineering (UBMK); Institute of Electrical and Electronics Engineers (IEEE): New York, NY, USA, 2025; pp. 1380–1385. [Google Scholar] [CrossRef] [Scilit]
  18. Shirisha, N.; Manoj, H.M.; Hussain, S.J.; Kotoju, R.; Kolikipogu, R.; Mohan, A. Post-quantum security framework for resource-constrained systems: Emerging trends, challenges, sustainability, and future directions. Discov. Comput. 2026, 29, 85. [Google Scholar] [CrossRef] [Scilit]
  19. Khaled, H.; Metawei, M.A.; Saif, S.M.; Taher, M.; Nassar, S.M. Unveiling the Threat: Quantum Factorization Techniques and Their Impact on RSA Cryptosystems. In Proceedings of the 2025 International Telecommunications Conference, ITC-Egypt 2025; Institute of Electrical and Electronics Engineers Inc.: New York, NY, USA, 2025; pp. 48–55. [Google Scholar] [CrossRef] [Scilit]
  20. Fernandes, K.R.; Shreyas, S.; Sinchana, S.; Sathish, D.; Kamath, V.; Sanjana. Implementation of RSA Algorithm using FPGA and Analysis of Post Quantum Cryptography. In Proceedings of the International Conference on Electrical Engineering and Informatics; Institute of Electrical and Electronics Engineers Inc.: New York, NY, USA, 2025. [Google Scholar] [CrossRef] [Scilit]
  21. Santa Quintero, R.A.; Meneses Velandia, S.L. Integrating Post-Quantum Cryptography in Document Lifecycle Management. In Proceedings of the 2025 8th International Conference on Systems Engineering-Cybersecurity & AI: Building a Reliable Digital Future; Association for Computing Machinery (ACM): New York, NY, USA, 2025; pp. 47–52. [Google Scholar] [CrossRef] [Scilit]
  22. Choudhury, B.; Hota, A.; Karmakar, M.; Saha, S.; Nag, A.; Nandi, S. A Comprehensive Survey on Pre Versus Post Quantum Security Schemes for 5G-Enabled IoT Applications. IEEE Access 2025, 13, 159305–159333. [Google Scholar] [CrossRef] [Scilit]
  23. Anand, A.; Hassabnis, A. Qcrypt: Leveraging Post-Quantum Cryptography for Enhanced Security of Data at Rest. In Proceedings of the 2024 15th International Conference on Computing Communication and Networking Technologies, ICCCNT 2024; Institute of Electrical and Electronics Engineers Inc.: New York, NY, USA, 2024. [Google Scholar] [CrossRef] [Scilit]
  24. Moody, D.; Perlner, R.; Regenscheid, A.; Robinson, A.; Cooper, D. Transition to Post-Quantum Cryptography Standards; Technical report; National Institute of Standards and Technology: Gaithersburg, MD, USA, 2024. [CrossRef] [Scilit]
  25. Truong, Q.D.; Nguyen, H.; Nguyen, T.T.; Lee, H. NIST Post-Quantum Cryptography Standards: A Comprehensive Review of Theoretical Foundations and Implementations. IEEE Access 2026, 14, 14069–14097. [Google Scholar] [CrossRef] [Scilit]
  26. Wang, J.; Yang, W.; Chen, G.; Zhou, J.; Ding, W. Security Analysis and Defense of Multi-Encoding Mechanism Against Eavesdropping Attacks. IEEE Trans. Netw. Sci. Eng. 2025, 12, 3758–3769. [Google Scholar] [CrossRef] [Scilit]
  27. Farraj, A.; Hammad, E. Noise-Based Active Defense Strategy for Mitigating Eavesdropping Threats in Internet of Things Environments. Computers 2025, 14, 6. [Google Scholar] [CrossRef] [Scilit]
  28. Ramakrishna, D.; Ali Shaik, M. A Comprehensive Analysis of Cryptographic Algorithms: Evaluating Security, Efficiency, and Future Challenges. IEEE Access 2025, 13, 11576–11593. [Google Scholar] [CrossRef] [Scilit]
  29. Ahn, J.; Hussain, R.; Kang, K.; Son, J. Exploring Encryption Algorithms and Network Protocols: A Comprehensive Survey of Threats and Vulnerabilities. IEEE Commun. Surv. Tutor. 2025, 27, 3587–3614. [Google Scholar] [CrossRef] [Scilit]
  30. Okika, N.; Nwatuzie, G.A.; Olarinoye, H.S.; Nwaka, U.A.; Igba, E.; Dunee, R. Assessing the Vulnerability of Traditional and Post-Quantum Cryptographic Systems through Penetration Testing and Strengthening Cyber Defenses with Zero Trust Security in the Era of Quantum Computing. Int. J. Innov. Sci. Res. Technol. 2025, 10, 1240–1258. [Google Scholar] [CrossRef]
  31. Kandula, S.R. Breaking Traditional Encryption: Quantum Computing Risks to Web and Mobile Applications. Int. J. Adv. Res. Eng. Technol. 2025, 16, 329–342. [Google Scholar] [CrossRef] [Scilit]
  32. Nather, C.; Herzinger, D.; Gazdag, S.L.; Steghofer, J.P.; Daum, S.; Loebenberger, D. Migrating Software Systems Toward Post-Quantum Cryptography—A Systematic Literature Review. IEEE Access 2024, 12, 132107–132126. [Google Scholar] [CrossRef] [Scilit]
  33. Freyer, O.; Ostermann, M.; Minssen, T.; Gilbert, S. Quantum cryptography and data protection for medical devices before and after they meet Q-Day. npj Digit. Med. 2025, 8, 620. [Google Scholar] [CrossRef] [Scilit]
  34. Mamatha, G.; Dimri, N.; Sinha, R. Post-Quantum Cryptography- Securing Digital Communication in the Quantum Era. arXiv 2024, arXiv:2403.11741. [Google Scholar]
  35. Deshpande, A.; Nalwade, A.; Gutte, V.S.; Patil, D.R. Journeying Through Securing Digital Communication: A Comparative Analysis from Classical to Post-Quantum Cryptography. In Proceedings of the 2024 IEEE International Conference on Blockchain and Distributed Systems Security, ICBDS 2024; Institute of Electrical and Electronics Engineers Inc.: New York, NY, USA, 2024. [Google Scholar] [CrossRef] [Scilit]
  36. Erol, V. The Strategic Imperative of Quantum Readiness: A Comprehensive Review of Post-Quantum Cryptography. Preprints 2025, 2025091720. [Google Scholar] [CrossRef] [Scilit]
  37. Muhammad Mushtaher Uddin, S.; Azim, N. Cybersecurity Challenges and Strategic Migration Pathways in the Era of Quantum Computing: Risks, Standards, and Post-Quantum Cryptographic Readiness. Spectr. Eng. Sci. 2025, 3, 131–141. [Google Scholar] [CrossRef]
  38. Tripathi, T.; Awasthi, A.; Singh, S.P.; Chaturvedi, A. Post Quantum Cryptography and its Comparison with Classical Cryptography. arXiv 2024, arXiv:2403.19299. [Google Scholar] [CrossRef] [Scilit]
  39. Manimozhi, M.; Mugelan, R.K. Post-quantum AES encryption using ECC points derived from BB84 sifted keys. EPJ Quantum Technol. 2025, 12, 109. [Google Scholar] [CrossRef] [Scilit]
  40. Ghashghaei, F.R.; Ahmed, Y.; Elmrabit, N.; Yousefi, M. Enhancing the Security of Classical Communication with Post-Quantum Authenticated-Encryption Schemes for the Quantum Key Distribution. Computers 2024, 13, 163. [Google Scholar] [CrossRef] [Scilit]
  41. Karakaya, A.; Ulu, A. A survey on post-quantum based approaches for edge computing security. Wiley Interdiscip. Rev. Comput. Stat. 2024, 16, e1644. [Google Scholar] [CrossRef] [Scilit]
  42. Dong, Y.; Tong, L.; Lv, Y.; Wu, H.; Yao, H.; Cao, Q. Post-Quantum Cryptography and TEE for 5G VPN in Power Systems: Assessment and Security. In Proceedings of the 2024 4th International Conference on Artificial Intelligence, Robotics, and Communication, ICAIRC 2024; Institute of Electrical and Electronics Engineers Inc.: New York, NY, USA, 2024; pp. 721–726. [Google Scholar] [CrossRef] [Scilit]
  43. Khan, M.A.; Javaid, S.; Mohsan, S.A.H.; Tanveer, M.; Ullah, I. Future-Proofing Security for UAVs with Post-Quantum Cryptography: A Review. IEEE Open J. Commun. Soc. 2024, 5, 6849–6871. [Google Scholar] [CrossRef] [Scilit]
  44. Darzi, S.; Yavuz, A.A. Privacy-Preserving and Post-Quantum Counter Denial of Service Framework for Wireless Networks. In Proceedings of the—IEEE Military Communications Conference MILCOM; Institute of Electrical and Electronics Engineers Inc.: New York, NY, USA, 2024; pp. 1076–1081. [Google Scholar] [CrossRef] [Scilit]
  45. Latif, M. Breakthrough Solutions for Post-Quantum Security with QC-MDPC Codes. In Proceedings of the 5th IEEE International Women in Technology Conference, WINTECHCON 2024; Institute of Electrical and Electronics Engineers Inc.: New York, NY, USA, 2024. [Google Scholar] [CrossRef] [Scilit]
  46. Sihare, S.R. Quantum Voice-Based Cyber-Attacks: Threats, Vulnerabilities, and Post-Quantum Mitigation Strategies. Secur. Priv. 2025, 8, e70106. [Google Scholar] [CrossRef] [Scilit]
  47. Qureshi, A. Risk-Adaptive Framework for Enterprise Post-Quantum Cryptography Readiness and Transition. SSRN 2026, 34. [Google Scholar] [CrossRef] [Scilit]
  48. Toruan, M.; Shakya, R.D.N.; Tseitkin, S.; Zhao, R.K.; Arachchilage, N. When Security Meets Usability: An Empirical Investigation of Post-Quantum Cryptography APIs. arXiv 2026, arXiv:2602.14539. [Google Scholar] [CrossRef] [Scilit]
  49. Taj, N.; Masood, A.; Arshad, J. Post-Quantum Cryptography in Intelligent Systems. Spectr. Eng. Sci. 2026, 4, 773–799. [Google Scholar] [CrossRef]
  50. Chang, S.Y.; Khan, Q. Post-Quantum Cryptography in Networking Protocols: Challenges, Solutions, and Future Directions. Cryptography 2026, 10, 12. [Google Scholar] [CrossRef] [Scilit]
  51. Bizri, M.E.; Haidar, A.M.; El-Hajj, A.M.; Sliman, L. Institutional Approaches to Post-Quantum Cryptography: A Comparative Analysis of Migration Frameworks. IEEE Access 2026, 14, 3259–3283. [Google Scholar] [CrossRef] [Scilit]
  52. Steinfeld, R.; Esgin, M.F.; Jagganath, N.; Sakzad, A.; Rudolph, C.; Boorman, J. PQCIP: A Post-Quantum Cryptography Educational Program for Cybersecurity Professionals. In SIGCSE TS 2026—Proceedings of the 57th ACM Technical Symposium on Computer Science Education V.1; Association for Computing Machinery, Inc.: New York, NY, USA, 2026; pp. 1026–1032. [Google Scholar] [CrossRef] [Scilit]
  53. Elnour, A.A.H. Integrating Post Quantum Cryptography (PQC) for End-to-End Security in Edge and IoT Environments. IEEE Trans. Consum. Electron. 2026, 1. [Google Scholar] [CrossRef] [Scilit]
  54. Campbell, R. Synchronizing Concurrent Security Modernization Programs: A Systems Integration Framework for Post-Quantum Cryptography, Zero Trust Architecture, and AI Security. Systems 2026, 14, 233. [Google Scholar] [CrossRef] [Scilit]
  55. Wang, Y.; Shahril Ismail, E. A Review on the Advances, Applications, and Future Prospects of Post-Quantum Cryptography in Blockchain and IoT. IEEE Access 2025, 13, 112962–112977. [Google Scholar] [CrossRef] [Scilit]
  56. Almutairi, M.G.; Sheldon, F.T. Methodology and Architecture for Benchmarking End-to-End PQC Protocol Resilience in an IoT Context. Internet Things 2026, 7, 17. [Google Scholar] [CrossRef] [Scilit]
  57. Diaz-Gorrin, J.; Caballero-Gil, C. Enhancing Vehicle IoT Security with PQC: A Lightweight Approach for Encrypted Sensor Data Transmission. Electronics 2026, 15, 684. [Google Scholar] [CrossRef] [Scilit]
  58. Zhou, R.; Guo, H.; Teo, F.E.C. Investigating Post-Quantum Cryptography to Secure Transmitted Data via Mobile Communication. Electronics 2026, 15, 1275. [Google Scholar] [CrossRef] [Scilit]
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Article Metrics

Citations

Article Access Statistics

Multiple requests from the same IP address are counted as one view.