English

Assessing and Enhancing Quantum Readiness in Mobile Apps

Cryptography and Security 2025-06-03 v1 Software Engineering

Abstract

Quantum computers threaten widely deployed cryptographic primitives such as RSA, DSA, and ECC. While NIST has released post-quantum cryptographic (PQC) standards (e.g., Kyber, Dilithium), mobile app ecosystems remain largely unprepared for this transition. We present a large-scale binary analysis of over 4,000 Android apps to assess cryptographic readiness. Our results show widespread reliance on quantum-vulnerable algorithms such as MD5, SHA-1, and RSA, while PQC adoption remains absent in production apps. To bridge the readiness gap, we explore LLM-assisted migration. We evaluate leading LLMs (GPT-4o, Gemini Flash, Claude Sonnet, etc.) for automated cryptographic migration. All models successfully performed simple hash replacements (e.g., SHA-1 to SHA-256). However, none produced correct PQC upgrades due to multi-file changes, missing imports, and lack of context awareness. These results underscore the need for structured guidance and system-aware tooling for post-quantum migration

Keywords

Cite

@article{arxiv.2506.00790,
  title  = {Assessing and Enhancing Quantum Readiness in Mobile Apps},
  author = {Joseph Strauss and Krishna Upadhyay and A. B. Siddique and Ibrahim Baggili and Umar Farooq},
  journal= {arXiv preprint arXiv:2506.00790},
  year   = {2025}
}

Comments

2 pages, 2 figures, 1 table. 46th IEEE Symposium on Security and Privacy (Poster Track), 2025

R2 v1 2026-07-01T02:52:45.455Z