s4 icon indicating copy to clipboard operation
s4 copied to clipboard

Simple Shamir's Secret Sharing (s4) - A go package giving a easy to use interface for the shamir's secret sharing algorithm

Results 11 s4 issues
Sort by recently updated
recently updated
newest added

The WebAssembly JavaScript support file is currently included in the project. I think a better approach is using the file present in the Go root folder. According to [the WebAssembly...

This PR fixes #30 and introduces docker as well as a (not very complete or very safe, but better than nothing) Content Security Policy

The resulting index.html does not load successfully, this is due to using a glob in build.sh. The order of .js files included leads to the wasm payload file being in...

Bumps [github.com/hashicorp/vault](https://github.com/hashicorp/vault) from 1.2.1-0.20200801002527-5f270a4cafb9 to 1.11.9. Release notes Sourced from github.com/hashicorp/vault's releases. v1.11.9 1.11.9 March 29, 2023 IMPROVEMENTS: auth/github: Allow for an optional Github auth token environment variable to make...

dependencies

For use-cases in which the shares will be distributed in hardcopy and _manually_ typed for decryption, typing in the current BEGIN/END tags is unnecessarily cumbersome (especially with arbitrary requirements such...

Bumps [github.com/hashicorp/vault](https://github.com/hashicorp/vault) from 1.13.12 to 1.14.10. Release notes Sourced from github.com/hashicorp/vault's releases. v1.14.10 1.14.10 February 29, 2024 SECURITY: auth/cert: compare public keys of trusted non-CA certificates with incoming client certificates...

dependencies

Bumps [github.com/hashicorp/vault](https://github.com/hashicorp/vault) from 1.18.3 to 1.19.3. Release notes Sourced from github.com/hashicorp/vault's releases. v1.19.3 1.19.3 April 30, 2025 CHANGES: auth/jwt: Update plugin to v0.23.2 [GH-30434] BUG FIXES: core (enterprise): fix issue...

dependencies
go

It would be nice to have an option to generate shares as QR Code images. And ideally, to be able to save them as image separately (like download all as...

The encryption tool message input box displays the following prompt: `Whatever message / binary data you want.` How do you use the tool with binary data? I tried to click-and-drag...