🔴 The Problem
94%+ of internet endpoints use encryption that quantum computers will break.
| Threat |
What It Breaks |
Impact |
| Shor's Algorithm |
RSA, ECDSA, ECDH, Diffie-Hellman |
Private keys recovered. All traffic decryptable. Signatures forgeable. |
| Grover's Algorithm |
AES-128, SHA-256 |
Security halved. AES-128 → 64-bit (broken). AES-256 → 128-bit (safe). |
| Harvest Now, Decrypt Later |
Everything transmitted today |
Adversaries record encrypted traffic NOW, decrypt when quantum arrives. |
CNSA 2.0 (NSA mandate) requires complete migration to post-quantum cryptography by 2033-2035.
pqscan finds every quantum-vulnerable algorithm in your infrastructure.
âš¡ Quick Start
Install
# Build from source
git clone https://github.com/Hacker21-punk/pqscan.git
cd pqscan
go build -o pqscan .
# Or install directly
go install github.com/Hacker21-punk/pqscan@latest