Development of a Quantum-Resistant File Transfer System with Blockchain Audit Trail
Ernesto Sola-Thomas, Masudul H Imtiaz
TL;DR
Problem: quantum threats to public-key cryptography and centralized storage risk long-term data confidentiality and regulatory compliance. Approach: a modular design combining post-quantum cryptography CRYSTALS-Kyber and CRYSTALS-Dilithium with a blockchain audit trail to secure file transfer, storage, and authenticated access. Contributions: concrete three-module architecture, detailed pseudocode, and performance insights showing both practical latency and near-AES speeds in memory for PQC; an immutable blockchain log provides verifiability of all transactions. Significance: demonstrates a scalable, auditable, quantum-resistant data-management solution suitable for enterprise deployment in the post-quantum era.
Abstract
This paper presents a condensed system architecture for a file transfer solution that leverages post quantum cryptography and blockchain to secure data against quantum threats. The architecture integrates NIST standardized algorithms CRYSTALS Kyber for encryption and CRYSTALS Dilithium for digital signatures with an immutable blockchain ledger to provide an auditable, decentralized storage mechanism. The system is modular, comprising a Sender module for secure encryption and signing, a central User Storage module for decryption, reencryption, and blockchain logging, and a Requestor module for authenticated data access. We include detailed pseudocode, analyze security risks, and offer performance insights to demonstrate the system's robustness, scalability, and transparency.
