Banana Split uses Shamir's secret sharing to make your paper backups more resilient and secure.
After you type in your secret into Banana Split, it will be encrypted with a autogenerated passphrase and split into N QR-codes, ready to be printed out. You'll need N/2+1 of those printouts to reconstruct the secret, and then the passphrase to decrypt it.
Banana Split tries to protect your secret from the attack vectors like "attacker is able to intercept everything you're sending to your printer", and that's why you'll have to write down the passphrase on your printouts by hand.
Banana Split is a self-contained HTML page, and should only be opened from your local Documents folder, while browser is in the Offline mode — this way the risk of compromise will be minimal.
Recovery can be done on any device with a webcam — just show your QR codes to the webcam and follow the notifications on screen in the process.
Saved to Keybase.
Shamir Secret Sharing Scheme in single page which can be used offline.