You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thunder currently signs JWTs using RSA, which is secure and widely supported but relatively slow, especially at higher concurrencies.
ECDSA offers comparable classical security with much better signing performance and smaller keys and signatures. This can improve throughput and reduce latency.
Note that neither RSA nor ECDSA is post-quantum secure. We will be anyway introducing quantum secure algorithms in the future for that.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Thunder currently signs JWTs using RSA, which is secure and widely supported but relatively slow, especially at higher concurrencies.
ECDSA offers comparable classical security with much better signing performance and smaller keys and signatures. This can improve throughput and reduce latency.
Note that neither RSA nor ECDSA is post-quantum secure. We will be anyway introducing quantum secure algorithms in the future for that.
Beta Was this translation helpful? Give feedback.
All reactions