All Projects → paritytech → banana_split

paritytech / banana_split

Licence: GPL-3.0 license
Shamir's Secret Sharing for people with friends

Programming Languages

typescript
32286 projects
Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to banana split

onepile
Playground for the future of private notes and document management
Stars: ✭ 41 (-61.32%)
Mutual labels:  crypto, webapp
heroku-flask-template
A simple, fast and easy-to-deploy Heroku ready flask web app template written in Python.
Stars: ✭ 26 (-75.47%)
Mutual labels:  webapp
noble-ed25519
Fastest JS implementation of ed25519, x25519 & ristretto255. Independently audited, high-security, 0-dependency EDDSA signatures and ECDH key agreement
Stars: ✭ 220 (+107.55%)
Mutual labels:  crypto
hire-smart
✅ HIRE SMART (community edition) - Streamline hiring process, scheduling interviews and tracking candidates.
Stars: ✭ 67 (-36.79%)
Mutual labels:  webapp
Online-Food-Ordering-Web-App
Online Food Ordering System Website using basic PHP, SQL, HTML & CSS. You can use any one of XAMPP, WAMP or LAMP server to run the Web App
Stars: ✭ 96 (-9.43%)
Mutual labels:  webapp
capwatch
💸 Your Cryptoportfolio. Live.
Stars: ✭ 19 (-82.08%)
Mutual labels:  crypto
sanabil
A platform to organize the work of charity in Algiers City
Stars: ✭ 16 (-84.91%)
Mutual labels:  webapp
cram
cram is a computational room acoustics module to simulate and explore various acoustic properties of a modeled space
Stars: ✭ 23 (-78.3%)
Mutual labels:  webapp
spring-boot-mongodb-react-java-crud
Spring Boot, MongoDB and React.js CRUD Java Web Application Example
Stars: ✭ 33 (-68.87%)
Mutual labels:  webapp
TomatoTools
TomatoTools 一款CTF杂项利器,支持36种常见编码和密码算法的加密和解密,31种密文的分析和识别,支持自动提取flag,自定义插件等。
Stars: ✭ 66 (-37.74%)
Mutual labels:  crypto
otp-authenticator-webapp
A 'Google Authenticator' like Single Page Application
Stars: ✭ 69 (-34.91%)
Mutual labels:  webapp
mikazuki
AniList Anime Tracker - built with Love & Vue.js
Stars: ✭ 64 (-39.62%)
Mutual labels:  webapp
DAPSCoin
DAPS is the world's first coin to implement Bulletproofs and RingCT & Ring Signatures in a staking chain. With DAPS it is possible to stake, run masternodes and mine PoA blocks.
Stars: ✭ 58 (-45.28%)
Mutual labels:  crypto
WebReader
基于HTML5开发的WebApp阅读器
Stars: ✭ 19 (-82.08%)
Mutual labels:  webapp
learn-english
📚 Vue + Element-UI + Lumen 开发的背单词应用
Stars: ✭ 53 (-50%)
Mutual labels:  webapp
play-java-rest-api-example
REST API using Play in Java
Stars: ✭ 44 (-58.49%)
Mutual labels:  webapp
domino
a tool for collaging thoughts
Stars: ✭ 83 (-21.7%)
Mutual labels:  webapp
webviz-config
Make Dash applications from a user-friendly config file 📖 🐍
Stars: ✭ 46 (-56.6%)
Mutual labels:  webapp
crypto-news
Crypto News allows you to convert cryptocurrencies, view latest news and exchange rates for each ICO – all the data from the world of cryptocurrencies in one place.
Stars: ✭ 26 (-75.47%)
Mutual labels:  crypto
cumulocity-app-builder
The Application Builder for Cumulocity provides a simple, coding-free way to create new applications inside Cumulocity. Application Builder is an open-source tool for you to create web applications in a no-code environment. Created by Global Presales.
Stars: ✭ 18 (-83.02%)
Mutual labels:  webapp

Banana Split 🍌 · Yarn tests Join the chat at https://gitter.im/paritytech/banana_split

Banana Split makes your paper backups more resilient and secure using Shamir’s secret sharing.

It splits your secret (e.g., paper backup) into N pieces, but only requires a majority of those pieces (N/2+1) to recover your secret.

Why Banana Split?

There’s a few problems with normal paper backups: If you have the whole paper backup somewhere, you’re vulnerable to someone finding it and stealing it—without you ever knowing they did (e.g., they can just take a photo of it). If you split your paper backup into two, what happens if one of those pieces goes missing?

For example:

You use Banana Split to split your paper backup into 5 pieces. You then give 5 friends a piece. It only takes 3 of those friends to come together to retrieve the paper backup. If 2 of your friends end up losing their piece, it’s okay. And if 2 of your friends collude and try to retrieve your backup, they won’t be able to. That is to say:

Any 3 friends will know everything; any 2 friends will know nothing.

Usage

How do you make a Banana Split?

  1. Save the Banana Split HTML page and open it in offline mode.
  2. Type your secret into Banana Split. Your secret will be encrypted with an auto-generated passphrase and split it into the number of QR codes you specify.
  3. Print out your QR codes.
  4. Write the passphrase by hand on every sheet. Doing this by hand protects against an attacker intercepting things you’re sending to the printer.

How do you retrieve a Banana Split?

Recovery can be done on any device with a webcam.

  1. Save the Banana Split HTML page and open it in offline mode.
  2. Using your webcam, scan in a majority of your QR code printouts (e.g., if you had 7 printouts, you’ll need 4).
  3. Enter your passphrase.
  4. Viola! Your secret is restored.

⚠️ Important

Work local and offline

Banana Split is a self-contained HTML page. To ensure your precious data is never sent outside, it only works when opened from your local hard drive while your browser is in Offline mode.

Without the passphrase, you won’t be able to retrieve your secret

To retrieve your secret, you’ll need to have a majority of the printouts and know the passphrase. This is why it is critical for you to write the passphrase on every printout.

Keep the HTML document

This HTML page is a fully self-contained application under GPLv3 license. Please feel free to copy and share it with anyone you want to use it. The more copies out there, the less likely it will be compromised or taken down.

Development

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run unit tests

yarn run test:unit

Run end-to-end UI tests

yarn run test:e2e

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].