Theron Spiegl
Theron Spiegl
Here are the minimal changes required to use Vault as a Registration Authority with the SCEP provisioner: https://github.com/spieglt/certificates/commit/b34dd57a4717f0cdde3cf618ece1bbd1b67cd640 To test, I: - followed the [Smallstep Vault RA document](https://smallstep.com/docs/step-ca/registration-authority-ra-mode/#hashicorp-vault-ra-mode) with `vault...
If I take a pass at writing it, would anyone be willing to review?
Okay, I figured I should start with hchacha20 since the issue I linked to said it was somewhat involved. The test at the bottom should be in https://github.com/sodium-friends/sodium-test, and I...
The rest of secretstream is in #57.
I've been struggling to use libsodium in a React Native project and would greatly benefit from this as well.
Thank you @RangerMauve! I added `shim.js` to my project, added your branch to my `package.json`, and seeing the `require('process')` ran `npm install process` to match your `package.json`. But it's still...
Oh duh, thanks it's working. I didn't see it in hypercore-rn's package.json however. Where does it come from in that project's React Native build, out of curiosity?
@emilbayes Do your comments above mean there is no secure `crypto` replacement available for React Native projects currently? I've implemented `hchacha20`, I almost have `secretstream_xchacha20poly1305` working properly, and I was...
It should delete the saved network connections after each transfer, but I have noticed occasions where this doesn't happen, especially when Linux is hosting the wifi network. I use Tauri's...
Hi, do you remember which OS you were transferring to/from besides Linux? Trying to figure out if this is a problem when Linux is hosting the hotspot or joining.