Scan codebases for quantum-vulnerable cryptography and get NIST PQC migration guidance
Project description
Qorex
Scan your codebase for quantum-vulnerable cryptography and get NIST PQC migration guidance.
Government mandates (CNSA 2.0, CMMC) require organizations to migrate away from quantum-vulnerable cryptography by 2030. Qorex finds the vulnerable code for you and tells you exactly what to replace it with.
Install
pip install qorex
Usage
# Scan a directory
qorex scan ./my-project
# Scan current directory
qorex scan
# Export full JSON report with migration guidance
qorex scan ./my-project --report json --output report.json
What it detects
| Algorithm | Risk | Threat | Replacement (NIST) |
|---|---|---|---|
| RSA | CRITICAL | Shor's algorithm | ML-KEM / ML-DSA (FIPS 203/204) |
| ECDH | CRITICAL | Shor's algorithm | ML-KEM (FIPS 203) |
| ECDSA | CRITICAL | Shor's algorithm | ML-DSA / SLH-DSA (FIPS 204/205) |
| DSA | CRITICAL | Shor's algorithm | ML-DSA (FIPS 204) |
| DH / DHE | CRITICAL | Shor's algorithm | ML-KEM (FIPS 203) |
| AES-128 | HIGH | Grover's algorithm | AES-256 (CNSA 2.0) |
| SHA-256 | HIGH | Grover's algorithm | SHA-384 / SHA-512 (CNSA 2.0) |
Languages supported: Python, C, C++, Go, Java
Example output
qorex — scanned ./my-project
Risk Algorithm File Line Match
────────── ─────────── ───────────────────────────── ────── ──────────────────────
CRITICAL RSA src/auth/keys.py 12 rsa.generate_private_key
CRITICAL ECDSA src/crypto/sign.go 34 ecdsa.Sign
HIGH SHA-256 src/utils/hash.java 8 SHA-256
3 finding(s) — run with --report json for full details and migration guidance.
JSON report
qorex scan . --report json --output report.json
Each finding includes the file, line, algorithm, risk level, plain-English explanation, NIST replacement algorithm, and migration guidance.
Roadmap
- CBOM (Cryptographic Bill of Materials) export
- CNSA 2.0 / CMMC compliance reports
- CI/CD integrations (GitHub Actions, GitLab CI)
- Tree-sitter AST scanning for C/C++
Contributing
Issues and PRs welcome. See CONTRIBUTING.md for guidelines.
License
MIT — see LICENSE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file qorex-0.0.1.tar.gz.
File metadata
- Download URL: qorex-0.0.1.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f7b9e0e69d98fd7362cb358a6d242f5443d65c5b6e5dc4af8b321491eed4f77
|
|
| MD5 |
5c6fd6b2e0649de017568498b69afde1
|
|
| BLAKE2b-256 |
e818b512833dd1ef40fbf8271e6292bfdfb3c0565ea69e2cf60186897348b5fe
|
Provenance
The following attestation bundles were made for qorex-0.0.1.tar.gz:
Publisher:
publish.yml on quip0/qorex
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qorex-0.0.1.tar.gz -
Subject digest:
7f7b9e0e69d98fd7362cb358a6d242f5443d65c5b6e5dc4af8b321491eed4f77 - Sigstore transparency entry: 1408105140
- Sigstore integration time:
-
Permalink:
quip0/qorex@88cd7eb11ccf88f498eda275dd3f079bce991aa0 -
Branch / Tag:
refs/tags/v0.0.1 - Owner: https://github.com/quip0
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@88cd7eb11ccf88f498eda275dd3f079bce991aa0 -
Trigger Event:
push
-
Statement type:
File details
Details for the file qorex-0.0.1-py3-none-any.whl.
File metadata
- Download URL: qorex-0.0.1-py3-none-any.whl
- Upload date:
- Size: 13.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e515676a43049255704c682378ef8fb9846890cdf353cbf8844c21b3a2027fe9
|
|
| MD5 |
9cadc690f2fe59190cd38ef9714774d8
|
|
| BLAKE2b-256 |
4a1519e6bc16816e1e714f89da265580b4db21df3e9d614741521a4259603c52
|
Provenance
The following attestation bundles were made for qorex-0.0.1-py3-none-any.whl:
Publisher:
publish.yml on quip0/qorex
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
qorex-0.0.1-py3-none-any.whl -
Subject digest:
e515676a43049255704c682378ef8fb9846890cdf353cbf8844c21b3a2027fe9 - Sigstore transparency entry: 1408105237
- Sigstore integration time:
-
Permalink:
quip0/qorex@88cd7eb11ccf88f498eda275dd3f079bce991aa0 -
Branch / Tag:
refs/tags/v0.0.1 - Owner: https://github.com/quip0
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@88cd7eb11ccf88f498eda275dd3f079bce991aa0 -
Trigger Event:
push
-
Statement type: