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
Not really your problem, but for some users this is the other half of the equation..
I wonder if you can offer any advice on any workflow to replicate the simple_encrypt step with a remote client browser using just javascript? I've been looking at various libraries but can't figure out the flow to use a key generated in sodium..
The text was updated successfully, but these errors were encountered:
I think the web crypto standards implemented in browsers only support NIST curves. So you need the R package openssl to work with those on the other end.
Not really your problem, but for some users this is the other half of the equation..
I wonder if you can offer any advice on any workflow to replicate the
simple_encrypt
step with a remote client browser using just javascript? I've been looking at various libraries but can't figure out the flow to use a key generated in sodium..The text was updated successfully, but these errors were encountered: