tech · quantum risk
Is JWT / API tokens Quantum Proof? Network Security & PQC
Verdict
JWTs are not quantum-proof when signed with classical RSA/ECDSA. HMAC JWTs avoid Shor on the token itself but still need strong secrets and quantum-ready TLS in transit. API security is dual: token crypto + channel crypto.
Overview
APIs often terminate TLS and authorize with JWTs or similar bearer tokens. Quantum risk includes both layers.
RS256/ES256 tokens inherit Shor-class risk to signing keys. HS256 shifts risk to secret management. Neither replaces hybrid TLS on the wire.
See /is-quantum-proof/apis for broader API framing.
Cryptographic profile
What breaks
FAQ
Is HS256 quantum-safe?
HMAC avoids public-key Shor on the token, but secret strength, rotation, and TLS still matter. Many ecosystems use RS256/ES256.
Does OAuth make tokens post-quantum?
OAuth is a framework; algorithms are configuration.
Key concepts (technical dictionary)
Terms used on this page — open a definition: