banana_split VS secrets.js

Compare banana_split vs secrets.js and see what are their differences.

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
banana_split secrets.js
4 1
259 275
1.9% -
0.0 10.0
3 months ago about 2 years ago
TypeScript JavaScript
GNU General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

banana_split

Posts with mentions or reviews of banana_split. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-02.

secrets.js

Posts with mentions or reviews of secrets.js. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-23.
  • What GF should I use when it comes to secret sharing? And why?
    3 projects | /r/crypto | 23 Jun 2023
    Most secret sharing projects use 8-bit values in GF(28) / GF(256), with 0x1B / 29 decimal as the galois polynomial bitpattern. (That's the same one used by AES) The https://github.com/grempe/secrets.js library is widely used. See http://passguardian.com/ -- https://iancoleman.io/shamir/ -- https://bs.parity.io/

What are some alternatives?

When comparing banana_split and secrets.js you can also consider the following projects:

aioli - Framework for building fast genomics web tools with WebAssembly and WebWorkers

web-component - A Web Component Framework

wasm-multi-party-ecdsa - Full WASM Secure Threshold Signature ECDSA Library

ThresholdJS - An implementation of Shamir's Secret Sharing algorithm for Bitcoin private keys (256-bit integers)

shamir - 🔑 Split and combine secrets using Shamir's Secret Sharing algorithm

bips - Bitcoin Improvement Proposals

secretshare-py - A simple pure python library implementing Adi Shamir's "How to share a secret" algorithm.