Loading
Loading...
Post-quantum cipher analyzer

Swot QuantaxScan

A cryptography and quantum-readiness scanner for teams preparing for Q-Day. Detect weak RSA, ECDSA, ECDH, DSA, MD5, SHA-1, and AES-ECB patterns, then map findings to NIST post-quantum replacements.

Problems QuantaxScan catches NIST PQC mapping
Quantum-vulnerable keys RSAFind RSA, ECDSA, ECDH, and DSA usage that needs a migration plan.
Weak hash patterns SHAFlag MD5 and SHA-1 before they become audit or compliance findings.
Legacy cipher modes DESCatch DES, AES-ECB, and unsafe encryption patterns in application code.
Migration blind spots PQCMap risks to ML-KEM, ML-DSA, and SLH-DSA replacement paths.
Code files ZIP projects Git repos API services TLS endpoints PQC mappings
Q-CIPHER://POST-QUANTUM-SCANQ-DAY READY
PQC
MAP
RSA-1024
SHA-1
ML-KEM
ML-DSA
q-bitron:~$ q-bitron scan ./crypto_utils.py
# crypto_utils.py - internal auth service
import hashlib
from Crypto.PublicKey import RSA
from Crypto.Cipher import DES
# Generate RSA key pair
key = RSA.generate(1024)
pub = key.publickey().export_key()CRITICAL
# DES encryption
cipher = DES.new(b'8bytekey', DES.MODE_ECB)
ct = cipher.encrypt(b'session_token')CRITICAL
Mapping findings to ML-KEM / ML-DSA migration path SCANNING
Files scanned42
Quantum risks09
PQC mappings14
RSA-1024 - ECDSA - ECDH - SHA-1 - AES-ECB - ML-KEM - ML-DSA - SLH-DSA - RSA-1024 - ECDSA - ECDH - SHA-1 - AES-ECB - ML-KEM - ML-DSA - SLH-DSA - RSA-1024 - ECDSA - ECDH - SHA-1 - AES-ECB - ML-KEM - ML-DSA - SLH-DSA - RSA-1024 - ECDSA - ECDH - SHA-1 - AES-ECB - ML-KEM - ML-DSA - SLH-DSA -

A Cleaner Way To Explain Quantum Crypto Risk

QuantaxScan turns code and protocol noise into a focused operating view: what is quantum-vulnerable, what is weak today, which NIST replacement fits, and how the posture changes after migration.

DISCOVER

Crypto Inventory

Detect RSA, ECDSA, ECDH, DSA, MD5, SHA-1, and AES-ECB usage across code or exposed services.

PRIORITIZE

Quantum Risk Sorting

Separate immediate weak-crypto issues from post-quantum migration risk so teams can phase work cleanly.

MIGRATE

NIST PQC Mapping

Map findings toward ML-KEM, ML-DSA, and SLH-DSA options with evidence for engineering owners.

Quantum Migration Lab

Inspired by the Q-Vuln workflow, this section shows how QuantaxScan can turn vulnerable algorithms into a post-quantum migration plan. Choose a NIST family and watch the center panel shift.

RSA
ECDH
ML-KEM
SHA-1
MD5
ML-DSA
FIPS 203 / Key Encapsulation

ML-KEM

Recommended replacement path for key exchange and encryption workflows exposed to quantum-harvest risk.

Sliding Inspection Views

Each mode can later become a real screenshot or live embedded tool view. For now, the panels give the page motion, structure, and a clear product story.

Cipher Map

Display endpoint groups, accepted TLS versions, weak cipher families, and high-priority exposure clusters.

Cipher Map Dashboard

Certificate Chain

Show certificate age, issuer path, expiry windows, and where trust chain drift is creating operational risk.

Certificate Chain Explorer

Fix Plan

Prioritize remediation by severity, service owner, external exposure, and validation status after the next scan.

Remediation Planning Board