Jack Edwards
Jack Edwards
I think your latest comments really help clear this up for me. I was struggling to understand why WASI was relevant in the context of a WASM application running in...
Here is the latest on using wasmer-js. I don't think I can "load" the `libsodium.a` output of the `wasm32-wasi.sh` script into the wasmer-js wasi runtime. Wasmer-js expects a .wasm file,...
Commenting here since @ektrah wants to use this issue as the central location for discussing a Blazor WASM solution. I really don't think using the wasm32-wasi package is the right...
I got `buf` to `byte[]` working! For reference: https://github.com/dotnet/runtime/issues/76672
@jedisct1 Thanks for putting up with me. I'd be fine closing this issue now that I have a path forward and discovered the impossibility of asking you (or other core...
I'm beginning to work on a nuget package that will provide libsodium capabilities for Blazor WASM. https://github.com/Jack-Edwards/BlazorSodium/tree/PasswordHash.Argon I specifically linked the `PasswordHash.Argon` branch since that branch is the cleanest and...
The project I'm working to support Blazor WASM is available as a nuget package, now. https://www.nuget.org/packages/BlazorSodium Version 0.1.1-alpha supports: - RandomBytes - StreamCipher - ChaCha20 - StreamCipher - XChaCha20 There...
Hey folks. BlazorSodium now has feature parity with the version of libsodium.js available on NPM. Feel free to check it out, leave feedback, or incorporate the same methods into updating...
Is it still the case that we can't pass streams from the Blazor client to the service worker? I'd really like to be able to pass a stream to the...
Allow me to plug an alternative service that does work: https://www.crypter.dev Source code: https://github.com/Crypter-File-Transfer/Crypter I probably wouldn't have built it if https://file.pizza were still working.