Doctor
Diagnoses Python, provider, keys, database, permissions and security policy across the installation environment.
Hide the complexity.
Install the security boundary.
A Post-Quantum Security Boundary embedded inside FastAPI applications. Protected routes execute only when PQC protection is healthy.
ODRE PQC provides an application-embedded security boundary for FastAPI. The verified v0.2.0 scope combines ML-KEM-768, ML-DSA-65, strict sequence enforcement and selective fail-closed protection for /secure/*, with no silent classical-only downgrade. Integration remains install(app).
ODRE PQC is not merely a list of cryptographic algorithms. Its purpose is to place a verifiable security boundary in front of protected application routes.
Three commands expose installation health and actual protection status without requiring operators to assemble the cryptography themselves.
Diagnoses Python, provider, keys, database, permissions and security policy across the installation environment.
Self-tests actual PQC operations, handshake, session encryption and replay/tamper rejection.
Read-only visibility into runtime, security boundary, key health, expiry warnings and current protection state.
The public page does not claim security beyond the scope that has actually been verified.
※ v0.2.0 evidence: Windows development regression 61/61, Windows clean-room 60/60, Ubuntu clean-room 60/60, platform parity 20/20, handler bypass 0 on both platforms, automatic classical downgrade 0, and no new Critical/High/Medium findings. Verification is scoped evidence, not a claim of absolute security.
After the Wheel installation passes Doctor and Verify, the public integration API for an existing FastAPI application remains a single call.
from fastapi import FastAPI from odre_pqc import install app = FastAPI() # ODRE PQC Security Boundary install(app) # /secure/* → PQC REQUIRED + FAIL-CLOSED
Only environments that pass actual clean-room verification are marked VERIFIED.
Officially verified: Windows Server 2022 AMD64 / Python 3.12 and Ubuntu 24.04 LTS AMD64 / Python 3.12. Ubuntu 22.04, Debian 12, other Linux distributions, and ARM64 are NOT_VERIFIED.
ODRE PQC is not a primitive-only cryptography library. It is designed as an Application-Embedded Security Boundary spanning installation, diagnosis, verification and operation.