Novel Perspectives in Quantum Safe Crypto algorithms for Enhanced Cyber Security

Year : 2023 | Volume : 01 | Issue : 02 | Page : 18-22
By

    Manas Kumar Yogi

  1. Yamuna Mundru

  1. Assistant Professor, Assistant Professor, Department of CSE, Pragati Engineering College (A), Surampalem, Andhra Pradesh, India
  2. Assistant Professor, Department of CSE-AI& ML 1, 2, Pragati Engineering College (A), Surampalem, Andhra Pradesh, India

Abstract

This paper explores novel perspectives in quantum-safe cryptographic algorithms to bolster cybersecurity in the face of impending quantum computing advancements. Due to the efficient resolution of intricate mathematical problems by quantum computers, posing a substantial threat to existing cryptographic systems, there is a pressing requirement to create resilient alternatives. This study delves into innovative approaches, drawing from quantum-resistant cryptographic primitives, lattice-based cryptography, code-based cryptography, and hash-based cryptography. By examining the strengths and vulnerabilities of these methods, the research aims to provide a comprehensive understanding of their applicability in real-world scenarios. Furthermore, the study investigates the integration of quantum-safe algorithms into existing systems, considering factors such as performance, scalability, and compatibility. The research contributes to the evolving landscape of cybersecurity by proposing practical solutions that address the imminent quantum threat. The findings have broad implications for industries, governments, and individuals reliant on secure communication and data protection, offering a roadmap for transitioning towards quantum-safe cryptographic infrastructures. Ultimately, this research seeks to advance the discourse on quantum-resistant cryptography, fostering a more secure digital environment in the era of quantum computing.

Keywords: Cyber Security, Attack, Cryptography, Quantum, Privacy

[This article belongs to International Journal of Computer Science Languages(ijcsl)]

How to cite this article: Manas Kumar Yogi, Yamuna Mundru Novel Perspectives in Quantum Safe Crypto algorithms for Enhanced Cyber Security ijcsl 2023; 01:18-22
How to cite this URL: Manas Kumar Yogi, Yamuna Mundru Novel Perspectives in Quantum Safe Crypto algorithms for Enhanced Cyber Security ijcsl 2023 {cited 2023 Dec 13};01:18-22. Available from: https://journals.stmjournals.com/ijcsl/article=2023/view=0

var fieldValue = “[user_role]”;
if (fieldValue == ‘indexingbodies’) {
document.write(‘Full Text PDF‘);
}
else if (fieldValue == ‘administrator’) { document.write(‘Full Text PDF‘); }
else if (fieldValue == ‘ijcsl’) { document.write(‘Full Text PDF‘); }
else { document.write(‘ ‘); }

References

Abd El-Latif, Ahmed A., et al. “Quantum-inspired blockchain-based cybersecurity: securing smart edge utilities in IoT-based smart cities.” Information Processing & Management 58.4 (2021): 102549.
Tosh, Deepak, et al. “Towards security of cyber-physical systems using quantum computing algorithms.” 2020 IEEE 15th international conference of system of systems engineering (SoSE). IEEE, 2020.
Szymanski, Ted H. “The “Cyber Security via Determinism” Paradigm for a Quantum Safe Zero Trust Deterministic Internet of Things (IoT).” IEEE Access 10 (2022): 45893-45930.
Althobaiti, Ohood Saud, and Mischa Dohler. “Cybersecurity challenges associated with the Internet of Things in a post-quantum world.” IEEE Access 8 (2020): 157356-157381.
Nyári, Norbert. “The Impact of Quantum Computing on IT Security.” Biztonságtudományi Szemle 3.4 (2021): 25-37.
Suhail, Sabah, et al. “On the role of hash-based signatures in quantum-safe internet of things: Current solutions and future directions.” IEEE Internet of Things Journal 8.1 (2020): 1-17.
Selvarajan, Shitharth, and Haralambos Mouratidis. “A quantum trust and consultative transaction-based blockchain cybersecurity model for healthcare systems.” Scientific Reports 13.1 (2023): 7107.
Badhwar, Raj. The CISO’s Next Frontier: AI, Post-Quantum Cryptography and Advanced Security Paradigms. Springer, 2021.
Thomasian, Nicole M., and Eli Y. Adashi. “Cybersecurity in the internet of medical things.” Health Policy and Technology 10.3 (2021): 100549.
Lindsay, Jon R. “Surviving the quantum cryptocalypse.” Strategic Studies Quarterly 14.2 (2020): 49-73.
Kuang, Randy, and Michel Barbeau. “Quantum permutation pad for universal quantum-safe cryptography.” Quantum Information Processing 21.6 (2022): 211.
Kuang, Randy, et al. “Quantum safe lightweight cryptography with quantum permutation pad.” 2021 IEEE 6th international conference on computer and communication systems (ICCCS). IEEE, 2021.
Schrottenloher, André. Quantum Algorithms for Cryptanalysis and Quantum-safe Symmetric Cryptography. Diss. Sorbonne université, 2021.


Regular Issue Subscription Review Article
Volume 01
Issue 02
Received November 12, 2023
Accepted November 30, 2023
Published December 13, 2023

function myFunction2() {
var x = document.getElementById(“browsefigure”);
if (x.style.display === “block”) {
x.style.display = “none”;
}
else { x.style.display = “Block”; }
}
document.querySelector(“.prevBtn”).addEventListener(“click”, () => {
changeSlides(-1);
});
document.querySelector(“.nextBtn”).addEventListener(“click”, () => {
changeSlides(1);
});
var slideIndex = 1;
showSlides(slideIndex);
function changeSlides(n) {
showSlides((slideIndex += n));
}
function currentSlide(n) {
showSlides((slideIndex = n));
}
function showSlides(n) {
var i;
var slides = document.getElementsByClassName(“Slide”);
var dots = document.getElementsByClassName(“Navdot”);
if (n > slides.length) { slideIndex = 1; }
if (n (item.style.display = “none”));
Array.from(dots).forEach(
item => (item.className = item.className.replace(” selected”, “”))
);
slides[slideIndex – 1].style.display = “block”;
dots[slideIndex – 1].className += ” selected”;
}