Simon Menke

Results 25 comments of Simon Menke

Generally asymmetric keys are much safer than a single symmetric key. Additionally asymmetric keys enable more complex deployments where tokens are generated by another service based on per-device credentials (like...

> For speed, how bad is it? According to some [random benchmark I found](https://github.com/bungoume/benchmark-jwt-sign-algorithm) RS256 verification is may 5x slower than HS256. I can imagine scenarios (many small requests) where...

I did some investigating today. This bug is related to the lack of `setjmp`/`longjmp` support, obviously. [Ruby][ruby_wasm] has a working version of the `setjmp` api. It relies on [asyncify][asyncify]. I...

I prepared the patch here https://github.com/vmware-labs/webassembly-language-runtimes/pull/28

We are interested as well.