RSAES-PKCS1v15 Already broken Recorded traffic 1 place See details
JOSE algorithm declared in configuration
An `alg` value in JSON or YAML. `none` is reported as a critical defect; HS* is an HMAC and is not quantum-vulnerable; RS*, PS*, ES* and EdDSA are.
This is already unsafe today, with no quantum computer involved. PKCS#1 v1.5 encryption padding is vulnerable to Bleichenbacher oracles today, and the underlying RSA is broken by Shor.
What to do. No standardised post-quantum JOSE algorithm exists yet. Keep token lifetimes short.
-
tap/env.ts:59
case 'RSA1_5':