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
Love this whole approach, but kinda hard to recommend when there are opaque binaries that do the heavy cryptographic lifting. Have you considered using something like https://github.com/BlockchainCommons/bc-sskr-rust instead? If it could be compiled to WASM that would be pretty convenient for distribution as well.
The text was updated successfully, but these errors were encountered:
Hey, feel you… given Electron doesn’t support reproducible builds, building app from source is recommended for sensitive use cases.
Superbacked releases include these pre-compiled binaries: argon2 and secret-share-combine and secret-share-split from sss-cli.
This should be documented in the README, but one can compile these binaries form source and replace included binaries in “bin” folder before building app from source.
Love this whole approach, but kinda hard to recommend when there are opaque binaries that do the heavy cryptographic lifting. Have you considered using something like https://github.com/BlockchainCommons/bc-sskr-rust instead? If it could be compiled to WASM that would be pretty convenient for distribution as well.
The text was updated successfully, but these errors were encountered: