All publications

CrypTon: A Hybrid Quantum-Classical Framework Integrating BB84 QKD with AES for Secure Communication

Vishesh Goyal, Dr. Raguru Jaya Krishna

2026Quantum CryptographyQKDBB84 ProtocolAES EncryptionQiskitPost-Quantum SecurityIEEE PublishedPython
CrypTon: A Hybrid Quantum-Classical Framework Integrating BB84 QKD with AES for Secure Communication

Overview

Quantum computers are coming for classical encryption. CrypTon is an IEEE-published research framework that integrates Quantum Key Distribution (BB84 protocol) with AES encryption to build a hybrid cryptographic system that is secure against quantum attacks, without modifying the cipher itself. Implemented in Qiskit and Python, the system achieved 97.3% eavesdropper detection accuracy across 1000 trials, proving that quantum-secured keys can be seamlessly plugged into existing AES infrastructure.

About This Research

Classical encryption like AES is fast, battle-tested, and deployed everywhere, but its long-term security depends on one thing: the secrecy of the key. As quantum computers advance, algorithms like Shor's and Grover's can break the mathematical assumptions classical key exchange relies on.

CrypTon answers this with a hybrid approach. Instead of replacing AES, it replaces how the key is generated and distributed, using the BB84 Quantum Key Distribution (QKD) protocol, where the laws of quantum physics guarantee that any eavesdropping attempt is detectable.

Benchmark Setup

The system was built and benchmarked in Qiskit (IBM's quantum computing framework) across three key sizes and three file sizes.

ParameterValues Tested
Key Sizes128 / 192 / 256 bits
File Sizes10 KB / 100 KB / 1 MB
FrameworkQiskit (IBM)
Detection Trials1,000

AES Throughput

250–370 MB/s throughput was recorded, completely unaffected by whether keys came from a quantum or classical source. The cipher does not care where the key came from.

Quantum Key Generation

QKD via BB84 takes 38–111 seconds depending on key size — significantly slower than classical PRNG. In practice this cost is amortised by running QKD continuously in the background and maintaining a key buffer.

Eavesdropper Detection

Detection accuracy hit 97.3% across 1,000 trials. When an interceptor was present, Quantum Bit Error Rate (QBER) spiked to 20–30%, triggering automatic key rejection.

MetricResult
Detection Accuracy97.3%
QBER with eavesdropper20–30%
False Positives0
Trials1,000
Classical and quantum cryptography are not competitors — they are complements. CrypTon demonstrates a practical path to quantum-safe communication that enterprises can adopt without overhauling their existing AES infrastructure.

Published at the 2026 International Conference on Next-Gen Quantum and Advanced Computing (NQComp), IEEE.