{"id":13611844,"url":"https://github.com/paritytech/banana_split","last_synced_at":"2025-10-23T16:47:41.201Z","repository":{"id":37111140,"uuid":"158103092","full_name":"paritytech/banana_split","owner":"paritytech","description":"Shamir's Secret Sharing for people with friends","archived":false,"fork":false,"pushed_at":"2024-10-31T02:20:44.000Z","size":4036,"stargazers_count":317,"open_issues_count":23,"forks_count":51,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-05-15T00:16:55.345Z","etag":null,"topics":["browser","crypto","html5","javascript","paper-wallet","shamir-secret-sharing","vuejs","webapp"],"latest_commit_sha":null,"homepage":"https://bs.parity.io","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paritytech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-18T16:23:52.000Z","updated_at":"2025-05-13T23:53:57.000Z","dependencies_parsed_at":"2024-01-14T06:53:04.278Z","dependency_job_id":"ccde3e42-55e1-4d81-ab3a-c5be874761b9","html_url":"https://github.com/paritytech/banana_split","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paritytech%2Fbanana_split","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paritytech%2Fbanana_split/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paritytech%2Fbanana_split/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paritytech%2Fbanana_split/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paritytech","download_url":"https://codeload.github.com/paritytech/banana_split/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254478188,"owners_count":22077676,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["browser","crypto","html5","javascript","paper-wallet","shamir-secret-sharing","vuejs","webapp"],"created_at":"2024-08-01T19:02:13.403Z","updated_at":"2025-10-23T16:47:41.121Z","avatar_url":"https://github.com/paritytech.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Banana Split 🍌 \u0026middot; ![Yarn tests](https://github.com/paritytech/banana_split/workflows/Yarn%20tests/badge.svg) [![Join the chat at https://gitter.im/paritytech/banana_split](https://badges.gitter.im/paritytech/banana_split.svg)](https://gitter.im/paritytech/banana_split?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\nBanana Split makes your paper backups more resilient and secure using [Shamir’s secret sharing](https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing).\n\nIt 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.\n\n## Why Banana Split?\nThere’s a few problems with normal paper backups:\nIf 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).\nIf you split your paper backup into two, what happens if one of those pieces goes missing?\n\nFor example:\n\nYou 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.\nThat is to say:\n\n**Any 3 friends will know everything; any 2 friends will know nothing.**\n\n## Usage\n### How do you make a Banana Split?\n1. Save the Banana Split [HTML page](https://bs.parity.io/) and **open it in offline mode**.\n2. Type your secret into Banana Split.\nYour secret will be encrypted with an auto-generated passphrase and split it into the number of QR codes you specify.\n3. Print out your QR codes.\n4. **Write the passphrase by hand on every sheet**.\nDoing this by hand protects against an attacker intercepting things you’re sending to the printer.\n\n### How do you retrieve a Banana Split?\nRecovery can be done on any device with a webcam.\n\n1. Save the Banana Split [HTML page](https://bs.parity.io/) and **open it in offline mode**.\n2. Using your webcam, scan in a majority of your QR code printouts (e.g., if you had 7 printouts, you’ll need 4).\n3. Enter your passphrase.\n4. Viola! Your secret is restored.\n\n## ⚠️ Important\n###  Work local and offline\n\nBanana Split is a self-contained HTML page.\nTo 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.\n\n### Without the passphrase, you won’t be able to retrieve your secret\n\nTo retrieve your secret, you’ll need to have a majority of the printouts and know the passphrase.\nThis is why it is critical for you to write the passphrase on every printout.\n\n### Keep the HTML document\n\nThis HTML page is a fully self-contained application under GPLv3 license.\nPlease 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.\n\n## Development\n#### Project setup\n```\nyarn install\n```\n\n#### Compiles and hot-reloads for development\n```\nyarn run serve\n```\n\n#### Compiles and minifies for production\n```\nyarn run build\n```\n\n#### Run unit tests\n```\nyarn run test:unit\n```\n\n#### Run end-to-end UI tests\n```\nyarn run test:e2e\n```\n\n#### Lints and fixes files\n```\nyarn run lint\n```\n\n### Customize configuration\nSee [Configuration Reference](https://cli.vuejs.org/config/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparitytech%2Fbanana_split","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparitytech%2Fbanana_split","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparitytech%2Fbanana_split/lists"}